fix lint error

This commit is contained in:
Kevin Gorham 2018-10-29 21:08:54 -04:00
parent f349c93886
commit ec8e76f1ea
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ android {
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {