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 3004a6a commit 120fde0
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 @@ -40,7 +40,7 @@ android {
}
}

compileSdk = 34
compileSdk = 35
buildToolsVersion = "35.0.0"

namespace = "app.grapheneos.pdfviewer"
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 120fde0

Please sign in to comment.