Skip to content

Commit

Permalink
Remove deprecated targetSdk from AndroidLibraryConventionPlugin (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
AfigAliyev committed Mar 25, 2023
1 parent 3e999d3 commit bf63ebf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
configureKotlinAndroid(this)

defaultConfig {
targetSdk = libs.versions.android.targetSdk.get().toInt()

buildTypes {
release {
isMinifyEnabled = true
Expand Down

0 comments on commit bf63ebf

Please sign in to comment.