From d257369639e32427b8a5cd9a1fd696bc5c13ebb3 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 9 Jan 2019 18:25:52 -0800 Subject: [PATCH] use same invite prefix for all variants I want to be able to invite one app to the other's games to better test relay. Since I'm the only one using the Dbg variant should be no impact. --- xwords4/android/app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 21bc531e4..91b797cd4 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -63,6 +63,7 @@ android { productFlavors { all { buildConfigField "String", "BUILD_INFO_NAME", "\"${BUILD_INFO_NAME}\"" + resValue "string", "invite_prefix", "/and/" } xw4 { @@ -71,7 +72,6 @@ android { manifestPlaceholders = [ APP_ID: applicationId ] resValue "string", "app_name", "CrossWords" resValue "string", "nbs_port", "3344" - resValue "string", "invite_prefix", "/and/" buildConfigField "boolean", "WIDIR_ENABLED", "false" buildConfigField "boolean", "RELAYINVITE_SUPPORTED", "false" @@ -84,7 +84,6 @@ android { manifestPlaceholders = [ APP_ID: applicationId ] resValue "string", "app_name", "CrossWords" resValue "string", "nbs_port", "3344" - resValue "string", "invite_prefix", "/and/" buildConfigField "boolean", "WIDIR_ENABLED", "false" buildConfigField "boolean", "RELAYINVITE_SUPPORTED", "false" @@ -96,7 +95,6 @@ android { manifestPlaceholders = [ FABRIC_API_KEY: "$FABRIC_API_KEY", APP_ID: applicationId, ] resValue "string", "app_name", "CrossDbg" resValue "string", "nbs_port", "3345" - resValue "string", "invite_prefix", "/anddbg/" buildConfigField "boolean", "WIDIR_ENABLED", "true" buildConfigField "boolean", "RELAYINVITE_SUPPORTED", "true"