We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed776d5 commit eae713cCopy full SHA for eae713c
app/build.gradle.kts
@@ -55,7 +55,7 @@ android {
55
isMinifyEnabled = true
56
proguardFiles(
57
getDefaultProguardFile("proguard-android-optimize.txt"),
58
- "proguard-rules.pro",
+ "proguard-rules.pro"
59
)
60
if (keystorePropertiesFile.exists()) {
61
signingConfig = signingConfigs.getByName("release")
0 commit comments