Magisk/app/shared/build.gradle.kts
2021-09-02 21:31:33 -07:00

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")
}