From 9bc534a4a97ade50118ada5e8e273574ab8ca39e Mon Sep 17 00:00:00 2001 From: Vishal Nehra Date: Tue, 31 Oct 2023 06:19:40 +0530 Subject: [PATCH] Bump version --- app/build.gradle | 6 +++--- app/src/main/play/release-notes/en-US/production.txt | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1c4e4d40..9af6388d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,8 +53,8 @@ android { minSdk 21 targetSdk 33 - Integer sudoVersionCode = 29 - String versionNameText = "1.89" + Integer sudoVersionCode = 30 + String versionNameText = "1.90" String[] abiFilterList = property("abiFilters").toString().split(';') Integer minorVersion = 0 @@ -195,7 +195,7 @@ android { // track.set("internal") track.set("production") userFraction.set(1.0d) - updatePriority.set(4) + updatePriority.set(2) releaseStatus.set(com.github.triplet.gradle.androidpublisher.ReleaseStatus.COMPLETED) } } diff --git a/app/src/main/play/release-notes/en-US/production.txt b/app/src/main/play/release-notes/en-US/production.txt index 9b4b0bda..4aa22888 100644 --- a/app/src/main/play/release-notes/en-US/production.txt +++ b/app/src/main/play/release-notes/en-US/production.txt @@ -1,7 +1,6 @@ Changelog: +- Add support for Android 13 - Minor fixes in trash bin -- Add support for trash bin (recycle bin) -- Add support for images and videos compression - Improve performance - Update translations - Other bugfixes