aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {