1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-31 04:32:15 +00:00
2019-03-08 10:16:02 -05:00

12 lines
203 B
Groovy

apply plugin: 'com.android.library'
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}