diff --git a/android/app/build.gradle b/android/app/build.gradle index b6c4e68..c5c757b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -52,7 +52,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "be.unov.mymuseum.tablet_app" + applicationId "be.unov.myinfomate.tablet" minSdkVersion 21 targetSdkVersion 34 versionCode flutterVersionCode.toInteger() diff --git a/android/app/google-services.json b/android/app/google-services.json index de6dcdd..f61394b 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -5,6 +5,25 @@ "storage_bucket": "mymuseum-3b97f.appspot.com" }, "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:1034665398515:android:b9731ff810b0a2a7d6a786", + "android_client_info": { + "package_name": "be.unov.myinfomate.tablet" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyBVCpwP5Uxh_nDUV2b6s4TybUqPJ-lvXm0" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + }, { "client_info": { "mobilesdk_app_id": "1:1034665398515:android:b7475582b41ed32dd6a786", diff --git a/pubspec.yaml b/pubspec.yaml index da55df9..a2ead93 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: tablet_app -description: tablet app for Musée de la Fraise +description: MyInfoMate tablet app # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages.