|
|
@ -129,6 +129,7 @@ android {
|
|
|
|
productFlavors {
|
|
|
|
productFlavors {
|
|
|
|
github {
|
|
|
|
github {
|
|
|
|
dimension "all"
|
|
|
|
dimension "all"
|
|
|
|
|
|
|
|
isDefault true
|
|
|
|
buildConfigField "boolean", "BETA_RELEASE", "true"
|
|
|
|
buildConfigField "boolean", "BETA_RELEASE", "true"
|
|
|
|
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"
|
|
|
|
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"
|
|
|
|
buildConfigField "String", "PRO_FEATURES_URI", "\"https://email.faircode.eu/donate/\""
|
|
|
|
buildConfigField "String", "PRO_FEATURES_URI", "\"https://email.faircode.eu/donate/\""
|
|
|
|