Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillBorunov authored Feb 26, 2025
2 parents 96a81de + e0486c3 commit aaad6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 180
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-android.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# The default Capacitor version(s) the plugin should depend on. Latest published in a range will be pulled by the user
DEFAULT_CAPACITOR_VERSION="[6.0,7.0)"
DEFAULT_CAPACITOR_VERSION="[7.0,8.0)"

publish_plugin () {
PLUGIN_PATH=$1
Expand Down

0 comments on commit aaad6f9

Please sign in to comment.