update android libs path

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2025-06-05 18:30:23 +08:00 committed by Alper Öztürk
parent 68131d6354
commit 302de63b36

View File

@ -6,7 +6,7 @@
snapshotCount=$(./gradlew dependencies | grep SNAPSHOT -c)
betaCount=$(grep "<bool name=\"is_beta\">true</bool>" app/src/main/res/values/setup.xml -c)
libraryHash=$(grep androidLibraryVersion /gradle/libs.versions.toml | cut -d= -f2 | tr -d \")
libraryHash=$(grep androidLibraryVersion libs.versions.toml | cut -d= -f2 | tr -d \")
lastHashes=$(curl "https://api.github.com/repos/nextcloud/android-library/commits?sha=$baseBranch" | jq ".[] .sha" | head -n 20)
baseBranch="master"