Skip to content

Commit

Permalink
Update compile/target SDK to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Sep 8, 2024
1 parent 6cf2668 commit cc9eafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
}
}

compileSdk = 34
compileSdk = 35
buildToolsVersion = "35.0.0"
ndkVersion = "27.1.12297006"

Expand All @@ -48,7 +48,7 @@ android {
defaultConfig {
applicationId = "app.attestation.auditor"
minSdk = 31
targetSdk = 34
targetSdk = 35
versionCode = 86
versionName = versionCode.toString()
resourceConfigurations.add("en")
Expand Down

0 comments on commit cc9eafc

Please sign in to comment.