Update app info (and bundle id)

This commit is contained in:
Thomas Fransolet 2024-01-11 15:25:38 +01:00
parent ba5d314059
commit ed236cb543
3 changed files with 21 additions and 2 deletions

View File

@ -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()

View File

@ -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",

View File

@ -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.