From 613cb749bfae1e408a1e98f758060498b763bb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 11 Nov 2014 23:29:43 +0100 Subject: 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. --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') 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 @@ + android:versionCode="96" + android:versionName="0.8.0" > -- cgit v1.2.3