From cba9109206d6afcbfb3be22d5989e2ff85e86b08 Mon Sep 17 00:00:00 2001
From: Onuray Sahin <onurays@matrix.org>
Date: Tue, 30 Jun 2020 14:52:50 +0300
Subject: [PATCH] Rename the application.

---
 vector/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vector/build.gradle b/vector/build.gradle
index d71a158901..c9446ea541 100644
--- a/vector/build.gradle
+++ b/vector/build.gradle
@@ -178,7 +178,7 @@ android {
     buildTypes {
         debug {
             applicationIdSuffix ".debug"
-            resValue "string", "app_name", "Riot.imX dbg"
+            resValue "string", "app_name", "Element dbg"
 
             resValue "bool", "debug_mode", "true"
             buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
@@ -187,7 +187,7 @@ android {
         }
 
         release {
-            resValue "string", "app_name", "Riot.imX"
+            resValue "string", "app_name", "Element (Riot.im)"
 
             resValue "bool", "debug_mode", "false"
             buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"