mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update GitNote to 25.06 (7)
This commit is contained in:
parent
e47883eed8
commit
ca66da1308
1 changed files with 32 additions and 2 deletions
|
|
@ -73,7 +73,37 @@ Builds:
|
||||||
CLEAN=1 ./build.sh
|
CLEAN=1 ./build.sh
|
||||||
ndk: r27c
|
ndk: r27c
|
||||||
|
|
||||||
|
- versionName: '25.06'
|
||||||
|
versionCode: 7
|
||||||
|
commit: afd7089a0ec18823cf3a5d287aa57428b3cccc98
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install build-essential unzip cmake wget
|
||||||
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/src/main/jniLibs
|
||||||
|
- app/libgit2-android/tests
|
||||||
|
- app/libgit2-android/openssl/fuzz/corpora
|
||||||
|
- app/libgit2-android/fuzzers
|
||||||
|
- app/libgit2-android/openssl/cloudflare-quiche/quiche/deps/boringssl/src/fuzz
|
||||||
|
- app/libgit2-android/openssl/cloudflare-quiche/fuzz
|
||||||
|
scandelete:
|
||||||
|
- app/libgit2-android
|
||||||
|
build:
|
||||||
|
- cd libgit2-android
|
||||||
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=arm64-v8a BUILD_ALL=1
|
||||||
|
./build.sh
|
||||||
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=x86_64 BUILD_ALL=1
|
||||||
|
CLEAN=1 ./build.sh
|
||||||
|
ndk: r27c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 25.05.6-rc1
|
CurrentVersion: '25.06'
|
||||||
CurrentVersionCode: 6
|
CurrentVersionCode: 7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue