diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index b170c5e9a..60a454cc0 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 = 127 -def VERSION_NAME = '4.4.131' +def VERSION_CODE_BASE = 128 +def VERSION_NAME = '4.4.132' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY") def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID") def BUILD_INFO_NAME = "build-info.txt" diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index 5ee93b9c0..1dd4fcbd6 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,9 +13,9 @@
-An F-Droid-only release meeting new requirements
+This release makes communication with the relay more robust.