I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit dd40931a authored by str4d's avatar str4d
Browse files

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.
parent 8b71e4fc
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
include ':app', ':routerjars'
//System.out.println("Do you want to access the network to download dependencies? (y/n)")
//useNet = (System.console().readLine().toLowerCase() == 'y')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment