Skip to content

Commit

Permalink
[#469] Update demo app applicationId
Browse files Browse the repository at this point in the history
  • Loading branch information
florentmaitre committed Mar 14, 2023
1 parent 8144176 commit 7940b92
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
compileSdk = Versions.compileSdk

defaultConfig {
applicationId = "com.orange.ods.demo"
applicationId = "com.orange.ods.app"
minSdk = Versions.minSdk
targetSdk = Versions.targetSdk
val versionCodeProperty = project.findTypedProperty<String>("versionCode")
Expand Down
29 changes: 29 additions & 0 deletions demo/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@
"storage_bucket": "orange-design-system-6f3f1.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:212698857200:android:3c1bbef73f8089dd5ecc35",
"android_client_info": {
"package_name": "com.orange.ods.app"
}
},
"oauth_client": [
{
"client_id": "212698857200-mvqaopuseqhqeaglk7jm0g8qg0dcvsab.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAIY6bMaglXBkcA72v_vja3yI6-7uaR-8U"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "212698857200-mvqaopuseqhqeaglk7jm0g8qg0dcvsab.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:212698857200:android:84f9ae5c588f21f25ecc35",
Expand Down

0 comments on commit 7940b92

Please sign in to comment.