Skip to content

Commit

Permalink
chore: removed targetSdk from libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jun 11, 2024
1 parent 702b800 commit b261002
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion maps-compose-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ android {

defaultConfig {
minSdk = 21
targetSdk = 34
}

compileOptions {
Expand Down
1 change: 0 additions & 1 deletion maps-compose-widgets/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ android {

defaultConfig {
minSdk = 21
targetSdk = 34
}

compileOptions {
Expand Down
1 change: 0 additions & 1 deletion maps-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ android {

defaultConfig {
minSdk = 21
targetSdk = 34
}

compileOptions {
Expand Down

0 comments on commit b261002

Please sign in to comment.