1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-01-06 19:57:41 +00:00
2019-01-04 17:55:17 +08:00

15 lines
306 B
Groovy

apply plugin: 'com.android.library'
android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}