We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9020d9a commit 2337e08Copy full SHA for 2337e08
scripts/publish-android.sh
@@ -5,7 +5,7 @@ LOG_OUTPUT=./tmp/publish-android.txt
5
THE_VERSION=`sed -n 's/.*<version>\(.*\)<\/version>.*/\1/p' ../pom.xml`
6
7
# Get latest io.ionic:portals XML version info
8
-PUBLISHED_URL="https://repo1.maven.org/maven2/com/capacitorjs/geolocationlib-android/maven-metadata.xml"
+PUBLISHED_URL="https://repo1.maven.org/maven2/com/capacitorjs/osgeolocation-android/maven-metadata.xml"
9
PUBLISHED_DATA=$(curl -s $PUBLISHED_URL)
10
PUBLISHED_VERSION="$(perl -ne 'print and last if s/.*<latest>(.*)<\/latest>.*/\1/;' <<< $PUBLISHED_DATA)"
11
0 commit comments