Skip to content

Commit

Permalink
refactor(build-plugins): rename android block to androidTarget fo…
Browse files Browse the repository at this point in the history
…r clarity and consistency (#456)

fix(gradle.properties): add `android.suppressUnsupportedCompileSdk=34` to suppress unsupported compile SDK warning

Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Aug 7, 2023
1 parent e3eaee3 commit f1ae49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

kotlin {
android()
androidTarget()

androidMain.dependencies {
implementation(libs.androidx.annotation)
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# Android
android.enableBuildConfigAsBytecode=true
android.suppressUnsupportedCompileSdk=34
android.uniquePackageNames=true
android.useAndroidX=true

Expand Down

0 comments on commit f1ae49a

Please sign in to comment.