aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/xml/frost_changelog.xml2
3 files changed, 5 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f13c71e1..db779888 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,9 +35,9 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
-// versionCode 3010100
+// versionCode 3010200
versionCode androidGitVersion.code()
-// versionName '3.1.1'
+// versionName '3.1.2'
versionName androidGitVersion.name()
if (System.getenv('CI') != 'true') {
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index b60f93c3..7ca9e6af 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -1,4 +1,5 @@
v3.1.2
* Fix loading full size images
-* Fix menu tab \ No newline at end of file
+* Fix menu tab
+* Always load messenger internally \ No newline at end of file
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index 146346b5..b3227a6e 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -9,7 +9,7 @@
<version title="v3.1.2" />
<item text="Fix loading full size images" />
<item text="Fix menu tab" />
- <item text="" />
+ <item text="Always load messenger internally" />
<version title="v3.1.1" />
<item text="Many internal fixes to address 3.1.0 issues" />