Disabled minify. (temporary)

This commit is contained in:
acclorite 2024-07-31 20:01:32 +03:00
parent be94335312
commit 46910a4113

View file

@ -41,7 +41,7 @@ android {
}
getByName("release") {
isMinifyEnabled = true
isMinifyEnabled = false
isShrinkResources = false
proguardFiles(
@ -75,7 +75,7 @@ aboutLibraries {
registerAndroidTasks = true
outputFileName = "aboutlibraries.json"
offlineMode = false
fetchRemoteLicense = false
fetchRemoteLicense = true
fetchRemoteFunding = true
includePlatform = true
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE