Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Enable minify for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-hartmann committed Jan 12, 2018
1 parent 965ffdb commit 2cd094c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
}
}
}
Expand Down

0 comments on commit 2cd094c

Please sign in to comment.