Skip to content

Commit

Permalink
update SDK to 35 (Android 15)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 1, 2024
1 parent eb6cfd1 commit 65db5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ plugins {

allprojects {
tasks.withType<JavaCompile> {
options.compilerArgs.addAll(listOf("-Xlint", "-Xlint:-serial"))
options.compilerArgs.addAll(listOf("-Xlint", "-Xlint:-classfile", "-Xlint:-serial"))
}
}

0 comments on commit 65db5d8

Please sign in to comment.