Updated I2P to 0.9.29

This commit is contained in:
nextloop 2017-03-28 14:23:29 +02:00
parent c11d93795f
commit c1ad04e88b

View file

@ -240,23 +240,25 @@ Build:0.9.28,4745235
curl https://gmplib.org/download/gmp/gmp-5.0.2.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
scandelete=lib/client/src/main/jniLibs
Build:0.9.29,4745236
commit=917742847a6db3257146786ddf944383c5531db6
subdir=app
gradle=legacy
srclibs=I2P@b695293070597b300ccbf642541972654c5564c5
prebuild=echo -e "i2psrc=../$$I2P$$" >> ../lib/client/local.properties && \
echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties && \
sed -i '31i checkReleaseBuilds false\n' build.gradle && \
curl https://gmplib.org/download/gmp/gmp-5.0.2.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
scandelete=lib/client/src/main/jniLibs
Maintainer Notes:
--Always update net.i2p.android aswell!--
Don't do so until reproducible.
The version code and name is in app/build.gradle
Android version code is an integer. So we have 31 bits.
MAJOR 4 bits 0-15
MINOR 8 bits 0-255
RELEASE 8 bits 0-255
ROUTERBUILD 7 bits 0-127
ANDROIDBUILD 4 bits 0-15
See custom_rules.xml for more info.
Increment build number with 'ant incrementBuild' for updates between router releases. (see ./custom_rules.xml)
.
Auto Update Mode:None
Update Check Mode:None
Current Version:0.9.28
Current Version Code:4745235
Current Version:0.9.29
Current Version Code:4745236