Skip to content

Commit

Permalink
bump compile and target sdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Nov 8, 2024
1 parent 48fea47 commit 031eb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object AndroidConfig {
const val compileSdkVersion = 34
const val compileSdkVersion = 35
const val minSdkVersion = 24
const val targetSdkVersion = 34
const val targetSdkVersion = 35
}

0 comments on commit 031eb14

Please sign in to comment.