1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-30 21:52:18 +00:00

12 lines
203 B
Groovy
Raw Normal View History

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