Disabled minify. (temporary)
This commit is contained in:
parent
be94335312
commit
46910a4113
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue