Skip to content

Commit

Permalink
AndroidApplicationConventionPlugin에서 targetSdk = 34로 올림
Browse files Browse the repository at this point in the history
  • Loading branch information
eastshine2741 committed Sep 29, 2024
1 parent 2de294d commit a243026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {

extensions.configure<ApplicationExtension> {
configureKotlinAndroid(this)
defaultConfig.targetSdk = 33
defaultConfig.targetSdk = 34
}
}
}
Expand Down

0 comments on commit a243026

Please sign in to comment.