mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
16 lines
213 B
Plaintext
16 lines
213 B
Plaintext
plugins {
|
|
id("com.android.library")
|
|
}
|
|
|
|
setupCommon()
|
|
|
|
android {
|
|
defaultConfig {
|
|
consumerProguardFiles("proguard-rules.pro")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api("io.michaelrocks:paranoid-core:0.3.5")
|
|
}
|