diff --git a/app/build.gradle b/app/build.gradle index 1272882e..b4d8f843 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,8 +52,8 @@ android { minSdk 21 targetSdk 32 - Integer sudoVersionCode = 27 - String versionNameText = "1.87" + Integer sudoVersionCode = 28 + String versionNameText = "1.88" String[] abiFilterList = property("abiFilters").toString().split(';') Integer minorVersion = 0 @@ -194,7 +194,7 @@ android { // track.set("internal") track.set("production") userFraction.set(1.0d) - updatePriority.set(3) + updatePriority.set(4) 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 44692f73..9b4b0bda 100644 --- a/app/src/main/play/release-notes/en-US/production.txt +++ b/app/src/main/play/release-notes/en-US/production.txt @@ -1,4 +1,5 @@ Changelog: +- Minor fixes in trash bin - Add support for trash bin (recycle bin) - Add support for images and videos compression - Improve performance