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"