Magisk/app/shared/build.gradle.kts

11 lines
182 B
Plaintext

plugins {
id("com.android.library")
}
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
consumerProguardFiles("proguard-rules.pro")
}
}