Skip to content

Commit

Permalink
Compile against and target SDK 35
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Nov 16, 2024
1 parent 1373373 commit cf22856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {

extensions.configure<ApplicationExtension> {
configureAndroid()
defaultConfig.targetSdk = 34
defaultConfig.targetSdk = 35

extensions.configure<KotlinAndroidProjectExtension> {
configureKotlinAndroid()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.invoke

context(Project)
internal fun CommonExtension<*, *, *, *, *, *>.configureAndroid() {
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 21
Expand Down

0 comments on commit cf22856

Please sign in to comment.