Magisk/shared/build.gradle

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