diff --git a/metadata/com.bithack.principia.yml b/metadata/com.bithack.principia.yml index 04b00cb585..67be6b56c4 100644 --- a/metadata/com.bithack.principia.yml +++ b/metadata/com.bithack.principia.yml @@ -39,7 +39,30 @@ Builds: - mv $$principia-android-deps$$/deps ../ ndk: r23c + - versionName: 2024.06.28 + versionCode: 36 + commit: 5b141eadd4f5ea4d364991b6d8edaea7f388a2e7 + subdir: build-android/principia + sudo: + - apt-get update + - apt-get install -y cmake gcc-multilib gettext make wget xz-utils + gradle: + - yes + srclibs: + - principia-android-deps@3a526799a5c04c49446e46d4a3279563a91a0f91 + prebuild: sed -i -e '/preBuild.dependsOn getDeps/d' build.gradle + scandelete: + - testmaps/ + build: + - pushd $$principia-android-deps$$ + - ./build.sh --all armeabi-v7a + - ./build.sh --all arm64-v8a + - ./build.sh --all x86_64 + - popd + - mv $$principia-android-deps$$/deps ../ + ndk: r23c + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2024.02.29 -CurrentVersionCode: 35 +CurrentVersion: 2024.06.28 +CurrentVersionCode: 36