Magisk/app/shared/build.gradle.kts

15 lines
247 B
Plaintext
Raw Normal View History

2020-07-04 06:53:31 -07:00
plugins {
id("com.android.library")
}
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
consumerProguardFiles("proguard-rules.pro")
}
}
2021-09-02 21:31:33 -07:00
dependencies {
api("io.michaelrocks:paranoid-core:0.3.5")
}