Change app id

This commit is contained in:
ganfra 2020-09-09 23:42:00 +02:00
parent 19b411776a
commit 3ae0586dac
3 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,7 @@ android {
ndkVersion "21.3.6528147" ndkVersion "21.3.6528147"
defaultConfig { defaultConfig {
applicationId "im.vector.app" applicationId "im.vector.app.tabs"
// Set to API 21: see #405 // Set to API 21: see #405
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
@ -186,7 +186,7 @@ android {
buildTypes { buildTypes {
debug { debug {
applicationIdSuffix ".debug" applicationIdSuffix ".debug"
resValue "string", "app_name", "Element dbg" resValue "string", "app_name", "Element Tabs"
resValue "bool", "debug_mode", "true" resValue "bool", "debug_mode", "true"
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false" buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"

View File

@ -10,7 +10,7 @@
"client_info": { "client_info": {
"mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d", "mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d",
"android_client_info": { "android_client_info": {
"package_name": "im.vector.app.debug" "package_name": "im.vector.app.tabs.debug"
} }
}, },
"oauth_client": [ "oauth_client": [

View File

@ -10,7 +10,7 @@
"client_info": { "client_info": {
"mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d", "mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d",
"android_client_info": { "android_client_info": {
"package_name": "im.vector.app" "package_name": "im.vector.app.tabs"
} }
}, },
"oauth_client": [ "oauth_client": [