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'])
}