Skip to content

Commit

Permalink
removes vectorDrawables.useSupportLibrary = true because minSdk > 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mchllngr committed Oct 17, 2024
1 parent 88084ca commit 04296cd
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 04296cd

Please sign in to comment.