Skip to content

Commit

Permalink
bump the target SDK to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Jul 18, 2024
1 parent 1ee31ad commit 6fd88e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/AndroidConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private fun BaseExtension.configureSdk() {

defaultConfig {
minSdk = 21
targetSdk = 33
targetSdk = 34
}
}

Expand Down

0 comments on commit 6fd88e9

Please sign in to comment.