Skip to content

Commit

Permalink
v16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman authored Jul 24, 2024
1 parent 0597786 commit 79127c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId = "es.chiteroman.playintegrityfix"
minSdk = 26
targetSdk = 35
versionCode = 16700
versionName = "v16.7"
versionCode = 16800
versionName = "v16.8"
multiDexEnabled = false

externalNativeBuild {
Expand Down Expand Up @@ -125,4 +125,4 @@ tasks.register<Zip>("zip") {

afterEvaluate {
tasks["assembleRelease"].finalizedBy("updateModuleProp", "copyFiles", "zip")
}
}

0 comments on commit 79127c0

Please sign in to comment.