diff options
author | cyBerta <cyberta@riseup.net> | 2018-09-08 20:19:02 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-09-08 20:19:02 +0200 |
commit | 80b04ba633303d33207ca9438ee6933915036e84 (patch) | |
tree | fee85ab76b8b9b86d213378f697e78bd1f59b19a /app/build.gradle | |
parent | 25f822e35f6f1f34a430f836d0883c19998b9452 (diff) |
custom theme for riseup vpn
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index b7522e07..16d517b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ android { //************************************************************************** //Configurations for custom branded app. - //Change the package name as needed + //Change the package name as needed, e.g. "org.example.myapp" applicationId "net.riseup.black" //Set app name here appName = "Riseup VPN" @@ -91,7 +91,7 @@ android { //Build Config Fields for default donation details //This is the donation URL and should be set to the relevant donation page. - buildConfigField 'String', 'donation_url', '"https://leap.se/en/about-us/donate"' + buildConfigField 'String', 'donation_url', '"https://riseup.net/vpn/donate"' //The field to enable donations in the app. buildConfigField 'boolean', 'enable_donation', 'true' //The field to enable donation reminder popup in the app if enable_donation is set to 'false' this will be disabled. |