Skip to content

Commit

Permalink
added supportLibrary true for vectorDrawables in app build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
deonwaju committed Nov 21, 2023
1 parent 80272fd commit 5eca104
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ android {
includeCompileClasspath true
}
}
vectorDrawables {
useSupportLibrary true
}
vectorDrawables { useSupportLibrary true }
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 5eca104

Please sign in to comment.