aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-03-23 13:43:35 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-24 14:16:08 +0100
commit497a60cc90e6559111e6564e8723f87c0df4632c (patch)
treeecb38ae09fb9178e7d66dbf11b080ef45de751a2 /ui/build.gradle
parentstrings: update from crowdin (diff)
downloadwireguard-android-497a60cc90e6559111e6564e8723f87c0df4632c.tar.xz
wireguard-android-497a60cc90e6559111e6564e8723f87c0df4632c.zip
ui: bring back donation button
For Google Play Store builds, we'll display an alert box. This was inspired by the discussion around StreetComplete; hopefully we'll have a similar okay outcome. Link: https://github.com/streetcomplete/streetcomplete/issues/3768 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/build.gradle')
-rw-r--r--ui/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/build.gradle b/ui/build.gradle
index a77ed6e1..f155951c 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -48,6 +48,9 @@ android {
}
}
buildTypes {
+ all {
+ buildConfigField('boolean', 'IS_GOOGLE_PLAY', (findProperty('build.google_play') == 'true').toString())
+ }
release {
if (keystorePropertiesFile.exists()) signingConfig signingConfigs.release
minifyEnabled true