aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-05-02 21:43:41 -0400
committerAllan Wang <me@allanwang.ca>2018-05-02 21:43:41 -0400
commit32137d839431f57be2a05e0ba8cc0b52129df779 (patch)
tree31b85e4532016b1812e81bb8cb7da3ce0743b752
parent5d65f6f13f4d382911176f8823e0257606894b9e (diff)
downloadfrost-32137d839431f57be2a05e0ba8cc0b52129df779.tar.gz
frost-32137d839431f57be2a05e0ba8cc0b52129df779.tar.bz2
frost-32137d839431f57be2a05e0ba8cc0b52129df779.zip
Add fdroid flavourv2.0.2
-rw-r--r--app/build.gradle9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index aa5a776e..77ec7790 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -104,6 +104,15 @@ android {
resValue "string", "frost_name", "Frost"
resValue "string", "frost_web", "Frost Web"
}
+ fdroid {
+ minifyEnabled true
+ shrinkResources true
+ applicationIdSuffix ".fdroid"
+ versionNameSuffix "-fdroid"
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ resValue "string", "frost_name", "Frost"
+ resValue "string", "frost_web", "Frost Web"
+ }
}
sourceSets {