mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update i2pd to 2.54.0 (2540000)
This commit is contained in:
parent
a030838d77
commit
a3c29bf162
1 changed files with 24 additions and 2 deletions
|
|
@ -494,7 +494,29 @@ Builds:
|
|||
- popd
|
||||
ndk: r23c
|
||||
|
||||
- versionName: 2.54.0
|
||||
versionCode: 2540000
|
||||
commit: 06f337f71745b291d25910e002b3b47393df8716
|
||||
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
|
||||
build:
|
||||
- pushd ../binary/jni
|
||||
- ./build.sh -d
|
||||
- popd
|
||||
ndk: r23c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.53.1
|
||||
CurrentVersionCode: 2530100
|
||||
CurrentVersion: 2.54.0
|
||||
CurrentVersionCode: 2540000
|
||||
|
|
|
|||
Loading…
Reference in a new issue