From 80b04ba633303d33207ca9438ee6933915036e84 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 8 Sep 2018 20:19:02 +0200 Subject: custom theme for riseup vpn --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') 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. -- cgit v1.2.3