From 9d7b28ba36e631f3bed1216913b09adabca1787d Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 17 Jul 2024 22:26:31 +0800 Subject: [PATCH] principia: update --- metadata/com.bithack.principia.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/com.bithack.principia.yml b/metadata/com.bithack.principia.yml index 0404b27693..0afd289563 100644 --- a/metadata/com.bithack.principia.yml +++ b/metadata/com.bithack.principia.yml @@ -41,6 +41,7 @@ Builds: - versionName: 2024.06.28 versionCode: 36 + disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3317 commit: 5b141eadd4f5ea4d364991b6d8edaea7f388a2e7 subdir: build-android/principia sudo: @@ -86,7 +87,28 @@ Builds: - mv $$principia-android-deps$$/deps ../ ndk: r26c + - versionName: 2024.07.12-fdroid + versionCode: 38 + commit: 93da889308bd55939cabc4f1a398f0e49d31c792 + subdir: build-android/principia + submodules: true + sudo: + - apt-get update + - apt-get install -y cmake gcc-multilib gettext make wget xz-utils + gradle: + - yes + prebuild: sed -i -e '/preBuild.dependsOn getDeps/d' build.gradle + scandelete: + - testmaps/ + build: + - cd deps-src + - ./build.sh --all armeabi-v7a + - ./build.sh --all arm64-v8a + - ./build.sh --all x86_64 + - mv deps ../.. + ndk: r26c + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2024.07.12 -CurrentVersionCode: 37 +CurrentVersion: 2024.07.12-fdroid +CurrentVersionCode: 38