1
mirror of https://github.com/topjohnwu/Magisk synced 2024-11-11 17:38:25 +01:00
Magisk/shared/build.gradle
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'])
}