diff options
-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" /> |