Fix a bunch of stupid fckn issues that make my life hard

This commit is contained in:
Joren
2024-05-02 21:03:51 +02:00
parent e072f88d69
commit dd3786166c
6 changed files with 51 additions and 46 deletions

View File

@@ -25,6 +25,7 @@ android {
release {
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
signingConfig = signingConfigs.getByName("debug")
}
}
compileOptions {