1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-24 23:50:52 +00:00
Magisk/net/build.gradle
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'])
}