Magisk/app/shared/build.gradle.kts

16 lines
213 B
Plaintext
Raw Permalink Normal View History

2020-07-04 06:53:31 -07:00
plugins {
id("com.android.library")
}
2021-09-08 00:45:15 +08:00
setupCommon()
2020-07-04 06:53:31 -07:00
android {
defaultConfig {
consumerProguardFiles("proguard-rules.pro")
}
}
2021-09-02 21:31:33 -07:00
dependencies {
2021-11-24 18:08:29 +08:00
api("io.michaelrocks:paranoid-core:0.3.7")
2021-09-02 21:31:33 -07:00
}