From fb5c9a64b126dad9ca78dde74ea2495e6bce7bc9 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 6 Mar 2026 13:46:35 +0100 Subject: [PATCH] fix(ci): Update default Capacitor version range to [8.0,9.0) --- scripts/publish-android.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish-android.sh b/scripts/publish-android.sh index bdad4c809..5e1fd9b27 100644 --- a/scripts/publish-android.sh +++ b/scripts/publish-android.sh @@ -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="[7.0,8.0)" +DEFAULT_CAPACITOR_VERSION="[8.0,9.0)" publish_plugin () { PLUGIN_PATH=$1 @@ -138,4 +138,4 @@ fi # done # fi # fi -# fi \ No newline at end of file +# fi