mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update GitNote to 25.05.6-rc1 (6)
This commit is contained in:
parent
b3683c4497
commit
43c7180aa2
1 changed files with 32 additions and 2 deletions
|
|
@ -43,7 +43,37 @@ Builds:
|
|||
CLEAN=1 ./build.sh
|
||||
ndk: r27c
|
||||
|
||||
- versionName: 25.05.6-rc1
|
||||
versionCode: 6
|
||||
commit: 671002dcf75fea419001bd59f1ad73c8defe44c5
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 25.05.5
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: 25.05.6-rc1
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue