From f13a647a4b08d6720438228c94e8424906df5a15 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Tue, 12 May 2020 16:03:33 +0200 Subject: [PATCH] Rebrand --- vector/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vector/build.gradle b/vector/build.gradle index 69608cf712..5897cdea7b 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -106,7 +106,7 @@ def buildNumber = System.env.BUILDKITE_BUILD_NUMBER as Integer ?: 0 android { compileSdkVersion 29 defaultConfig { - applicationId "im.vector.riotx" + applicationId "de.spiritcroc.riotx" // Set to API 19 because motionLayout is min API 18. // In the future we may consider using an alternative of MotionLayout to support API 16. But for security reason, maybe not. minSdkVersion 19 @@ -178,7 +178,7 @@ android { buildTypes { debug { applicationIdSuffix ".debug" - resValue "string", "app_name", "RiotX dbg" + resValue "string", "app_name", "Riot SC dbg" resValue "bool", "debug_mode", "true" buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false" @@ -187,7 +187,7 @@ android { } release { - resValue "string", "app_name", "RiotX" + resValue "string", "app_name", "Riot SC" resValue "bool", "debug_mode", "false" buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"