diff options
author | Allan Wang <me@allanwang.ca> | 2020-03-01 22:55:34 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-03-01 22:55:34 -0800 |
commit | 0f53dd54a065e47b2c4329a23f51b898362d374e (patch) | |
tree | 7782bc05eb238d5d9307392f4fbab87ddfa3cde6 | |
parent | 6d29dcd17be1d5d2ddb99bf3befea125ca955420 (diff) | |
download | frost-0f53dd54a065e47b2c4329a23f51b898362d374e.tar.gz frost-0f53dd54a065e47b2c4329a23f51b898362d374e.tar.bz2 frost-0f53dd54a065e47b2c4329a23f51b898362d374e.zip |
Prepare next build
-rw-r--r-- | app/build.gradle | 8 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index ac93a214..f0055048 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 2040300 - versionCode androidGitVersion.code() -// versionName '2.4.3' - versionName androidGitVersion.name() + versionCode 2040400 +// versionCode androidGitVersion.code() + versionName '2.4.4' +// versionName androidGitVersion.name() // Verification for F-Droid builds if (versionCode != androidGitVersion.code()) { diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 28ac4402..2193ace9 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -10,7 +10,6 @@ <item text="Lots of under the hood fixes" /> <item text="Fixed sharing" /> <item text="Fix photo downloads for Android Q+" /> - <item text="" /> <version title="v2.4.3" /> <item text="Fix Android theme" /> |