1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-01-10 04:23:37 +00:00

13 lines
254 B
Groovy
Raw Normal View History

apply plugin: 'com.android.library'
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
2019-10-11 01:46:15 -04:00
consumerProguardFiles 'proguard-rules.pro'
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}