Skip to content

Commit

Permalink
Set compileSdk and targetSdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
B3nedikt committed Sep 19, 2023
1 parent c5e7a44 commit 56b789d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AppConfig.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object AppConfig {
const val compileSdk = 33
const val compileSdk = 34
const val minSdk = 16
const val targetSdk = 33
const val targetSdk = 34
}

0 comments on commit 56b789d

Please sign in to comment.