Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Aug 29, 2023
1 parent 0174942 commit 22fd6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
}
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 22fd6d6

Please sign in to comment.