mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update i2pd to 2.58.0 (2580000)
This commit is contained in:
parent
1e8c5b036b
commit
2ead2141fe
1 changed files with 28 additions and 2 deletions
|
|
@ -586,7 +586,33 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r23c
|
ndk: r23c
|
||||||
|
|
||||||
|
- versionName: 2.58.0
|
||||||
|
versionCode: 2580000
|
||||||
|
commit: 93943823495a6a6cea14938161735a4560223cfb
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y bzip2 cmake g++ make
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- binary/jni/openssl/fuzz/corpora
|
||||||
|
- binary/jni/openssl/cloudflare-quiche/quiche/deps/boringssl/src/fuzz
|
||||||
|
- binary/jni/openssl/cloudflare-quiche/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
|
||||||
|
scandelete:
|
||||||
|
- binary/jni/openssl
|
||||||
|
build:
|
||||||
|
- pushd ../binary/jni
|
||||||
|
- ./build.sh -d
|
||||||
|
- popd
|
||||||
|
ndk: r23c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.57.0
|
CurrentVersion: 2.58.0
|
||||||
CurrentVersionCode: 2570000
|
CurrentVersionCode: 2580000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue