Correct version code for current release

If we move to increment-by-one instead of calculating the version code, we need
to keep the code above the current highest generated code, so that F-Droid will
order new builds correctly above old builds.

If we decide to go back to calculating version codes later, it is possible - we
can increment the version code 2047 times before it will clash with the one for
0.9.14.
This commit is contained in:
str4d
2014-07-07 02:43:16 +00:00
parent 8b71e4fc2e
commit dd40931a23
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.i2p.android.router"
android:installLocation="auto"
android:versionCode="1"
android:versionCode="4745216"
android:versionName="0.9.13-0_b0-API9">
<uses-permission android:name="android.permission.INTERNET" />

View File

@ -1 +1,4 @@
include ':app', ':routerjars'
//System.out.println("Do you want to access the network to download dependencies? (y/n)")
//useNet = (System.console().readLine().toLowerCase() == 'y')