mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update i2pd to 2.45.0 (2450000)
This commit is contained in:
parent
71de9a8146
commit
3a50eaaad2
1 changed files with 24 additions and 2 deletions
|
|
@ -184,7 +184,29 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 2.45.0
|
||||||
|
versionCode: 2450000
|
||||||
|
commit: 8132dbde08b16e96f7cd364317e819edbac355ba
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y bzip2 cmake g++ make
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/jni/openssl/fuzz
|
||||||
|
- app/jni/openssl/boringssl/fuzz
|
||||||
|
prebuild: sed -i -e 's/enable true/enable false/' build.gradle
|
||||||
|
build:
|
||||||
|
- pushd jni
|
||||||
|
- ./build_boost.sh
|
||||||
|
- ./build_openssl.sh
|
||||||
|
- ./build_miniupnpc.sh
|
||||||
|
- popd
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.44.0
|
CurrentVersion: 2.45.0
|
||||||
CurrentVersionCode: 2440000
|
CurrentVersionCode: 2450000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue