Skip to content

Commit

Permalink
[changed] app id
Browse files Browse the repository at this point in the history
  • Loading branch information
this-kin committed Jan 25, 2023
1 parent f1cb696 commit 2293949
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.pyc
*.swp
.DS_Store
.json
.atom/
.buildlog/
.history
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.flutterboyfriend.todey"
applicationId "com.ichie.todey"
minSdkVersion 19
targetSdkVersion 30
multiDexEnabled true
Expand Down
37 changes: 37 additions & 0 deletions android/app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,43 @@
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:176681696731:android:58344e17bd46fd9e893bfe",
"android_client_info": {
"package_name": "com.ichie.todey"
}
},
"oauth_client": [
{
"client_id": "176681696731-qnij4eb7cntuqi65ra0045v5ktcjhrai.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.ichie.todey",
"certificate_hash": "a0d8eeabf3fa6d5b4e4374fdcf8f1120defcda48"
}
},
{
"client_id": "176681696731-n4eish8bj0ig01dppa1eoc1io6ngcb5o.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBR8ZFXo--XTcU5sGHKxqyPJ0Pt_fVfkOQ"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "176681696731-n4eish8bj0ig01dppa1eoc1io6ngcb5o.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.flutterboyfriend.todey">
package="com.ichie.todey">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.flutterboyfriend.todey">
package="com.ichie.todey">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.flutterboyfriend.todey
package com.ichie.todey

import io.flutter.embedding.android.FlutterActivity

Expand Down
2 changes: 1 addition & 1 deletion android/app/src/profile/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.flutterboyfriend.todey">
package="com.ichie.todey">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.flutterboyfriend.todey;
PRODUCT_BUNDLE_IDENTIFIER = com.ichie.todey;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -431,7 +431,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.flutterboyfriend.todey;
PRODUCT_BUNDLE_IDENTIFIER = com.ichie.todey;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -458,7 +458,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.flutterboyfriend.todey;
PRODUCT_BUNDLE_IDENTIFIER = com.ichie.todey;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 2293949

Please sign in to comment.