This commit is contained in:
n3t1zen
2026-05-05 18:53:10 +08:00
parent 65e1c77ec9
commit 01bb6f5d9b
+1 -2
View File
@@ -27,8 +27,7 @@ build-android:
mkdir clients/android/app/libs # start building
cp *.aar clients/android/app/libs
cd clients/android
echo "Gonna build with ANDROID_HOME=$ANDROID_HOME"
ANDROID_HOME="$PWD/Android/Sdk" ./gradlew --no-daemon :app:assembleOtherRelease :app:assembleOtherLegacyRelease
ANDROID_HOME="$CI_PROJECT_DIR/Android/Sdk" ./gradlew --no-daemon :app:assembleOtherRelease :app:assembleOtherLegacyRelease
cd ../..
mkdir -p dist # prepare upload
cp clients/android/app/build/outputs/apk/other/release/*arm64-v8a.apk dist