diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 61d76ee0e..02ac00843 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 8 -def VERSION_CODE_BASE = 114 -def VERSION_NAME = '4.4.118' +def VERSION_CODE_BASE = 115 +def VERSION_NAME = '4.4.119' def VARIANTS = [ "xw4", "xw4d" ] def BUILDS = [ "Debug", "Release" ] boolean forFDroid = hasProperty('forFDroid') diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index f49a3b532..5abfa41da 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,10 +13,11 @@
-This release fixes a couple of crashes reported through the - "Play" store.
+This release fixes crashes reported through the Play store and + adds tweaks for F-Droid + releases.