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:
@ -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" />
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user