Merge branch 'master' into 'master'
Update I2P-App It was not entirely clear for me when to update the app, so i just was one day to early, before the developers published their last improvements. This version brings a "stable" app release, with some improvements over the one published yesterday ;-)
This commit is contained in:
commit
9853a1ebdf
|
@ -84,6 +84,22 @@ Build:0.9.12-0_b1-API8,4743168
|
||||||
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ && \
|
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ && \
|
||||||
rm ./gmp-4.*
|
rm ./gmp-4.*
|
||||||
|
|
||||||
|
|
||||||
|
Build:0.9.12-0_b2-API8,4743169
|
||||||
|
commit=8d4f1b174dcedc9db5772d4f874471e9202e896c
|
||||||
|
srclibs=I2P@90cd68900e75dfb8ae1fd7c3255393aea09d5ceb,2:Support/v7/appcompat@android-4.4.2_r2
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
update=../srclib/Support/v7/appcompat
|
||||||
|
scandelete=i2p.i2p,routerjars/jni
|
||||||
|
prebuild=cp -R $$I2P$$ ./i2p.i2p && \
|
||||||
|
mv libs/android-support-v4.jar $$Support$$/libs/ && \
|
||||||
|
echo -e "sdk.dir=$$SDK$$\ni2psrc=./i2p.i2p" >> ./local.properties && \
|
||||||
|
echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=./../i2p.i2p" >> ./routerjars/local.properties && \
|
||||||
|
wget ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2 && \
|
||||||
|
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ && \
|
||||||
|
rm ./gmp-4.* && \
|
||||||
|
ant incrementBuild
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Android version code is an integer. So we have 31 bits.
|
Android version code is an integer. So we have 31 bits.
|
||||||
|
|
||||||
|
@ -95,7 +111,7 @@ ANDROIDBUILD 4 bits 0-15
|
||||||
|
|
||||||
See custom_rules.xml for more info.
|
See custom_rules.xml for more info.
|
||||||
|
|
||||||
Increment build number for updates between router releases.
|
Increment build number with 'ant incrementBuild' for updates between router releases. (see ./custom_rules.xml)
|
||||||
|
|
||||||
Can't use neither update=auto (the default) nor any Update Check Mode, since
|
Can't use neither update=auto (the default) nor any Update Check Mode, since
|
||||||
it uses a weird ant setup that breaks any 'android update' runs.
|
it uses a weird ant setup that breaks any 'android update' runs.
|
||||||
|
|
Loading…
Reference in a new issue