aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-23 12:17:13 -0800
committerAllan Wang <me@allanwang.ca>2021-11-23 12:17:13 -0800
commite33dd68045870438152004ebbca5d3c08dffe953 (patch)
treec796ba848b8a30d68afa280dc32b161aa61d71c5
parenteb2e0d07f278eb2079666ffabcbee007173c17af (diff)
downloadfrost-e33dd68045870438152004ebbca5d3c08dffe953.tar.gz
frost-e33dd68045870438152004ebbca5d3c08dffe953.tar.bz2
frost-e33dd68045870438152004ebbca5d3c08dffe953.zip
Prep 3.1.2v3.1.2
-rw-r--r--app/build.gradle8
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/xml/frost_changelog.xml2
-rw-r--r--docs/Changelog.md1
4 files changed, 8 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2655f695..fc509d42 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,10 +35,10 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
-// versionCode 3010100
- versionCode androidGitVersion.code()
-// versionName '3.1.1'
- versionName androidGitVersion.name()
+ versionCode 3010200
+// versionCode androidGitVersion.code()
+ versionName '3.1.2'
+// versionName androidGitVersion.name()
if (System.getenv('CI') != 'true') {
// Verification for F-Droid builds
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" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index b3596f36..b8dace0a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,6 +3,7 @@
## v3.1.2
* Fix loading full size images
* Fix menu tab
+* Always load messenger internally
## v3.1.1
* Many internal fixes to address 3.1.0 issues