Skip to content

Commit

Permalink
restore lint.targetSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglin0 committed Dec 7, 2024
1 parent 3e2462b commit 095d8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose-shadow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ android {

defaultConfig {
minSdk = libs.versions.androidMinSdk.get().toInt()
lint.targetSdk = libs.versions.androidTargetSdk.get().toInt()
}

packaging {
Expand Down

0 comments on commit 095d8e1

Please sign in to comment.