Change app id
This commit is contained in:
parent
19b411776a
commit
3ae0586dac
@ -112,7 +112,7 @@ android {
|
||||
ndkVersion "21.3.6528147"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "im.vector.app"
|
||||
applicationId "im.vector.app.tabs"
|
||||
// Set to API 21: see #405
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
@ -186,7 +186,7 @@ android {
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
resValue "string", "app_name", "Element dbg"
|
||||
resValue "string", "app_name", "Element Tabs"
|
||||
|
||||
resValue "bool", "debug_mode", "true"
|
||||
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
|
||||
|
@ -10,7 +10,7 @@
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d",
|
||||
"android_client_info": {
|
||||
"package_name": "im.vector.app.debug"
|
||||
"package_name": "im.vector.app.tabs.debug"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
|
@ -10,7 +10,7 @@
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d",
|
||||
"android_client_info": {
|
||||
"package_name": "im.vector.app"
|
||||
"package_name": "im.vector.app.tabs"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user