Skip to content

Commit

Permalink
Merge pull request #7 from zeoflow/bug/minify-enabled
Browse files Browse the repository at this point in the history
Disabled minify for all build types
  • Loading branch information
teogor authored Jan 13, 2022
2 parents 0b54962 + 233e208 commit 2ad2bce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android.nonTransitiveRClass=true
# Maven
POM_NAME=Flowly
POM_PACKAGING=aar
VERSION_NAME=1.0.0-alpha2
VERSION_NAME=1.0.0-alpha3
GROUP=com.zeoflow.flowly
POM_DESCRIPTION=Helps you manage your app states easier.
POM_URL=https://github.com/zeoflow/flowly
Expand Down
4 changes: 2 additions & 2 deletions process/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
}

releaseDebuggable {
minifyEnabled true
minifyEnabled false
debuggable true
}

Expand Down
4 changes: 2 additions & 2 deletions runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
}

releaseDebuggable {
minifyEnabled true
minifyEnabled false
debuggable true
}

Expand Down

0 comments on commit 2ad2bce

Please sign in to comment.