Skip to content

Commit eae713c

Browse files
authored
removing a comma
1 parent ed776d5 commit eae713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
isMinifyEnabled = true
5656
proguardFiles(
5757
getDefaultProguardFile("proguard-android-optimize.txt"),
58-
"proguard-rules.pro",
58+
"proguard-rules.pro"
5959
)
6060
if (keystorePropertiesFile.exists()) {
6161
signingConfig = signingConfigs.getByName("release")

0 commit comments

Comments
 (0)