I2P 0.9.43

This commit is contained in:
Kilian Holzinger 2019-11-05 16:58:28 -04:00
parent a65de3dc0d
commit 490bbbb4fb

View file

@ -512,6 +512,24 @@ Builds:
scandelete: scandelete:
- lib/client/src/main/jniLibs - lib/client/src/main/jniLibs
- versionName: 0.9.43
versionCode: 4745251
commit: android-0.9.43
subdir: app
gradle:
- legacy
srclibs:
- I2P@i2p-0.9.43
rm:
- gradle/wrapper
prebuild:
- echo -e "i2psrc=../$$I2P$$" >> ../lib/client/local.properties
- echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties
- sed -i -e '/^props\ =/,+22d' -e 's!../i2p.i2p!$$I2P$$!g' build.gradle
- curl https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
scandelete:
- lib/client/src/main/jniLibs
MaintainerNotes: |- MaintainerNotes: |-
--Always update net.i2p.android aswell!-- --Always update net.i2p.android aswell!--
Don't do so until reproducible. Don't do so until reproducible.
@ -520,5 +538,5 @@ MaintainerNotes: |-
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: None UpdateCheckMode: None
CurrentVersion: 0.9.42 CurrentVersion: 0.9.43
CurrentVersionCode: 4745250 CurrentVersionCode: 4745251