fix another build error

This commit is contained in:
n3t1zen
2026-05-05 19:44:09 +08:00
parent c94c30090f
commit 0fd2a75205
-1
View File
@@ -32,7 +32,6 @@ build-android:
cd ../..
mkdir -p dist # prepare upload
cp clients/android/app/build/outputs/apk/other/release/*arm64-v8a.apk dist
cp clients/android/app/build/outputs/apk/otherLegacy/release/*arm64-v8a.apk dist
VERSION_CODE=$(grep VERSION_CODE clients/android/version.properties | cut -d= -f2)
VERSION_NAME=$(grep VERSION_NAME clients/android/version.properties | cut -d= -f2)
variables: