Skip to content

Commit

Permalink
6.2.72
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed May 9, 2024
1 parent 8b3bdc2 commit 17b7c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
// below version tracks the one from F-Droid or universal package when generated with ./gradlew -Puniversal
// this is overridden when using split apk and normal split apk generation or oneapk amazon generation
// amazon apk is generated with ./gradlew -Poneapk
versionCode = 602071
versionName = '6.2.71'
versionCode = 602072
versionName = '6.2.72'
def novaVersionName = versionName
if (! project.hasProperty("universal")) {
// override versionName and versionCode to get it dependent on the date
Expand Down

0 comments on commit 17b7c32

Please sign in to comment.