Skip to content

Commit

Permalink
Update compile SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Dec 10, 2024
1 parent 4e0bee2 commit d3a925d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/configureAndroid.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private fun Project.commonAndroidConfig(

extensions.configure<BaseExtension> {
this@configure.namespace = namespace
compileSdkVersion(34)
compileSdkVersion(35)
defaultConfig {
minSdk = 21
targetSdk = 34
Expand Down

0 comments on commit d3a925d

Please sign in to comment.