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 6006277 commit 6a4055d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ android {
includeCompileClasspath true
}
}
vectorDrawables { useSupportLibrary true } }
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 6a4055d

Please sign in to comment.