Skip to content

Commit

Permalink
Merge pull request #134 from TeamAmaze/feature
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
VishalNehra committed Oct 31, 2023
2 parents 3191b2e + 9bc534a commit 69f7305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -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
Expand Down Expand Up @@ -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)
}
}
Expand Down
3 changes: 1 addition & 2 deletions 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

0 comments on commit 69f7305

Please sign in to comment.