aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-30 22:50:58 -0700
committerAllan Wang <me@allanwang.ca>2017-06-30 22:50:58 -0700
commitd24ee840005af340b1decc2ed9863a742e78a4e1 (patch)
tree1bacf1433a3c0fe49a17d808845e46ab6423b37d /app/build.gradle
parentfb4f71ef83d1bfbd3ae89701dc17f6ae31a35eb7 (diff)
downloadfrost-d24ee840005af340b1decc2ed9863a742e78a4e1.tar.gz
frost-d24ee840005af340b1decc2ed9863a742e78a4e1.tar.bz2
frost-d24ee840005af340b1decc2ed9863a742e78a4e1.zip
Set up billing cyclev1.0
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 89e3abaa..9b8446ff 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,8 +53,8 @@ android {
resValue "string", "frost_web", "Frost Web Test"
}
release {
- minifyEnabled false
- shrinkResources false
+ minifyEnabled true
+ shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "Frost"
resValue "string", "frost_web", "Frost Web"