all: cleanup gradle config

This commit is contained in:
Harsh Shandilya 2022-06-24 19:01:52 +05:30
parent e715e644f1
commit 356da53afb
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 0 additions and 35 deletions

View file

@ -22,13 +22,6 @@ android {
signingConfig = signingConfigs.getByName("debug")
matchingFallbacks += listOf("release")
isDebuggable = false
setProguardFiles(
listOf(
"proguard-android-optimize.pro",
"proguard-rules.pro",
"proguard-rules-missing-classes.pro",
)
)
}
}
}