Skip to content

Commit

Permalink
Remove shrink resources in release library
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Nov 3, 2021
1 parent 934e594 commit c541439
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ private fun LibraryExtension.configureBuildTypes() {
sourceSets.getByName(this.name).setRoot("src/debug")

isMinifyEnabled = true
isShrinkResources = true

buildConfigField("boolean", "INTERNAL", "true")
consumerProguardFiles(
Expand All @@ -40,7 +39,6 @@ private fun LibraryExtension.configureBuildTypes() {
}
container.maybeCreate("release").apply {
isMinifyEnabled = true
isShrinkResources = true

buildConfigField("boolean", "INTERNAL", "false")
consumerProguardFiles(
Expand Down

0 comments on commit c541439

Please sign in to comment.