Skip to content

Commit 2337e08

Browse files
refactor: update library name in script URL
References: https://outsystemsrd.atlassian.net/browse/RMET-3975
1 parent 9020d9a commit 2337e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LOG_OUTPUT=./tmp/publish-android.txt
55
THE_VERSION=`sed -n 's/.*<version>\(.*\)<\/version>.*/\1/p' ../pom.xml`
66

77
# Get latest io.ionic:portals XML version info
8-
PUBLISHED_URL="https://repo1.maven.org/maven2/com/capacitorjs/geolocationlib-android/maven-metadata.xml"
8+
PUBLISHED_URL="https://repo1.maven.org/maven2/com/capacitorjs/osgeolocation-android/maven-metadata.xml"
99
PUBLISHED_DATA=$(curl -s $PUBLISHED_URL)
1010
PUBLISHED_VERSION="$(perl -ne 'print and last if s/.*<latest>(.*)<\/latest>.*/\1/;' <<< $PUBLISHED_DATA)"
1111

0 commit comments

Comments
 (0)