Skip to content

Commit

Permalink
6.2.75
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed May 19, 2024
1 parent b31f50e commit 8b1d41e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.android.tools.build:gradle:8.4.0'
//classpath 'app.brant:amazonappstorepublisher:0.1.0'
//classpath 'com.github.BrantApps.gradle-amazon-app-store-publisher:amazonappstorepublisher:master-SNAPSHOT'
}
Expand Down 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 = 602074
versionName = '6.2.74'
versionCode = 602075
versionName = '6.2.75'
def novaVersionName = versionName
if (! project.hasProperty("universal")) {
// override versionName and versionCode to get it dependent on the date
Expand Down

0 comments on commit 8b1d41e

Please sign in to comment.