Skip to content

Commit

Permalink
Bump target SDK to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti authored Oct 31, 2024
1 parent 231f6da commit bae2b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
}

buildscript {
extra["compileSdkVersion"] = 34
extra["targetSdkVersion"] = 34
extra["compileSdkVersion"] = 35
extra["targetSdkVersion"] = 35
extra["minSdkVersion"] = 26
}

Expand Down

0 comments on commit bae2b0f

Please sign in to comment.