diff options
author | Parménides GV <parmegv@sdf.org> | 2014-11-11 23:29:43 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-11-11 23:29:43 +0100 |
commit | 613cb749bfae1e408a1e98f758060498b763bb5b (patch) | |
tree | 2f25d1278561dff682b78137653b0086e9549ecf /app | |
parent | 9ef675a620abc1dbb56d20a4d91ed7297abf6a0a (diff) |
0.8.0RC3 - versionCode 96.
versionName doesn't contain the RCx because the Play Store workflow
suggests to promote apks from alpha and beta to production, so if the
final RC is OK then we just tag it as "production" and don't generate a
new apk.
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7825f904..e6eeca51 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="95" - android:versionName="0.8.0RC2" > + android:versionCode="96" + android:versionName="0.8.0" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |