mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
plugins {
|
|
id("com.android.library")
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
vectorDrawables.useSupportLibrary = true
|
|
consumerProguardFiles("proguard-rules.pro")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api("io.michaelrocks:paranoid-core:0.3.5")
|
|
}
|