diff options
author | Allan Wang <me@allanwang.ca> | 2021-11-23 12:17:13 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-11-23 12:17:13 -0800 |
commit | e33dd68045870438152004ebbca5d3c08dffe953 (patch) | |
tree | c796ba848b8a30d68afa280dc32b161aa61d71c5 | |
parent | eb2e0d07f278eb2079666ffabcbee007173c17af (diff) | |
download | frost-e33dd68045870438152004ebbca5d3c08dffe953.tar.gz frost-e33dd68045870438152004ebbca5d3c08dffe953.tar.bz2 frost-e33dd68045870438152004ebbca5d3c08dffe953.zip |
Prep 3.1.2v3.1.2
-rw-r--r-- | app/build.gradle | 8 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 1 |
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 |