mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
674d272eaa
Fix #1912
13 lines
254 B
Groovy
13 lines
254 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
defaultConfig {
|
|
vectorDrawables.useSupportLibrary = true
|
|
consumerProguardFiles 'proguard-rules.pro'
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
}
|