1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

add vectorDrawables.useSupportLibrary=true to sample app

This commit is contained in:
kai-morich
2020-06-11 13:15:00 +02:00
parent 735fa3d70f
commit 3e7fd9a748
+1
View File
@@ -12,6 +12,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.test.InstrumentationTestRunner"
missingDimensionStrategy 'device', 'anyDevice'