Skip to content

Commit

Permalink
Merge pull request #89 from mchllngr/feature/remove-useSupportLibrary
Browse files Browse the repository at this point in the history
removes vectorDrawables.useSupportLibrary = true because minSdk > 21
  • Loading branch information
mchllngr authored Oct 17, 2024
2 parents 88084ca + 04296cd commit 1360fbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ android {
targetSdk = 35
versionCode = gitCommitCount
versionName = "$appVersionName-$gitCommitId"

vectorDrawables {
useSupportLibrary = true
}
}

signingConfigs {
Expand Down

0 comments on commit 1360fbb

Please sign in to comment.