forked from I2P_Developers/i2p.i2p
Android:
- Import the main_rules file and remove the copied rules - Set the version code and name in the apk badging - Build target is 8 to allow SD install, MIN-SDK is still 3 - Fix NPE on new install - Remove some debug code from NBigI
This commit is contained in:
@@ -49,6 +49,8 @@ VERSIONINT=$(( \
|
||||
))
|
||||
|
||||
echo "Android version: '$VERSIONSTRING' (${VERSIONINT})"
|
||||
echo "my.version.name=${VERSIONSTRING}" > version.properties
|
||||
echo "my.version.code=${VERSIONINT}" >> version.properties
|
||||
|
||||
SUBST='s/android.versionCode="[0-9]"/android.versionCode="'${VERSIONINT}'"/'
|
||||
sed "$SUBST" < $MANIFEST > $TMP
|
||||
|
Reference in New Issue
Block a user