Update i2pd to 2.55.0 (2550000)

This commit is contained in:
F-Droid checkupdates bot 2025-01-01 04:55:33 +00:00 committed by linsui
parent 894012c9be
commit ed9bed436e

View file

@ -516,7 +516,30 @@ Builds:
- popd
ndk: r23c
- versionName: 2.55.0
versionCode: 2550000
commit: 99ee7d7f572594f2c36f6f4cae1a87f21009373b
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y bzip2 cmake g++ make
gradle:
- yes
rm:
- binary/jni/openssl/fuzz
- binary/jni/openssl/boringssl/fuzz
prebuild:
- sed -i -e 's/enable true/enable false/' build.gradle
- echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
- sed -i -e 's|boostorg.jfrog.io/artifactory/main|archives.boost.io|' ../binary/jni/boost/build-android.sh
build:
- pushd ../binary/jni
- ./build.sh -d
- popd
ndk: r23c
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.54.0
CurrentVersionCode: 2540000
CurrentVersion: 2.55.0
CurrentVersionCode: 2550000