From bbae0ab6eded5d4284e23b01111ffe50ee775b4f Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 5 Apr 2017 06:52:15 -0700 Subject: [PATCH] up version strings Easier to test dualpane upgrade notification with new version in place. And remove version code from manifest, since it's duplicated in build.gradle. --- xwords4/android/app/build.gradle | 4 +-- .../android/app/src/main/AndroidManifest.xml | 1 - .../android/app/src/main/assets/changes.html | 33 +++++++------------ .../app/src/main/res/values/app_name.xml | 2 +- 4 files changed, 15 insertions(+), 25 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 44ee9e80c..c1a5e65d8 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,8 +1,8 @@ import groovy.swing.SwingBuilder def INITIAL_CLIENT_VERS = 8 -def VERSION_CODE_BASE = 111 -def VERSION_NAME = '4.4.115' +def VERSION_CODE_BASE = 112 +def VERSION_NAME = '4.4.116' def VARIANTS = [ "xw4", "xw4dbg" ] def BUILDS = [ "Debug", "Release" ] def GITREV = "git describe --tags --dirty".execute().text.trim() diff --git a/xwords4/android/app/src/main/AndroidManifest.xml b/xwords4/android/app/src/main/AndroidManifest.xml index f509f3788..a6a98bcb5 100644 --- a/xwords4/android/app/src/main/AndroidManifest.xml +++ b/xwords4/android/app/src/main/AndroidManifest.xml @@ -7,7 +7,6 @@ to come from a domain that you own or have control over. -->