Skip to content

Commit

Permalink
#111 v0.3.0へのバージョン変更、パッケージ名をcom→jpへ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
FltSv committed Aug 26, 2024
1 parent 457e9ec commit ecda0e5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
namespace = "com.galleryfound"
namespace = "jp.galleryfound"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

Expand All @@ -43,7 +43,7 @@ android {
}

defaultConfig {
applicationId = "com.galleryfound"
applicationId = "jp.galleryfound"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdk = flutter.minSdkVersion
Expand Down
10 changes: 5 additions & 5 deletions mobile/android/app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:985501114281:android:fc253b6b47125039826eb8",
"mobilesdk_app_id": "1:985501114281:android:481a5fb931582e16826eb8",
"android_client_info": {
"package_name": "com.galleryfound"
"package_name": "jp.galleryfound"
}
},
"oauth_client": [
{
"client_id": "985501114281-7qtka3vudf9lsbgjs47ipq7u945mvf8s.apps.googleusercontent.com",
"client_id": "985501114281-4h122vrg9sntbrcip3i51v4s84uvt8n9.apps.googleusercontent.com",
"client_type": 3
}
],
Expand All @@ -27,7 +27,7 @@
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "985501114281-7qtka3vudf9lsbgjs47ipq7u945mvf8s.apps.googleusercontent.com",
"client_id": "985501114281-4h122vrg9sntbrcip3i51v4s84uvt8n9.apps.googleusercontent.com",
"client_type": 3
}
]
Expand All @@ -36,4 +36,4 @@
}
],
"configuration_version": "1"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.galleryfound
package jp.galleryfound

import io.flutter.embedding.android.FlutterActivity

Expand Down
8 changes: 6 additions & 2 deletions mobile/ios/Runner/GoogleService-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>985501114281-srbdf943f60srrmij5rb9qngnd4gq48d.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.985501114281-srbdf943f60srrmij5rb9qngnd4gq48d</string>
<key>API_KEY</key>
<string>AIzaSyBItEROQfbYVNucKvZxjAxZS3BO4thnmyU</string>
<key>GCM_SENDER_ID</key>
<string>985501114281</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.galleryfound</string>
<string>jp.galleryfound</string>
<key>PROJECT_ID</key>
<string>gallery-found</string>
<key>STORAGE_BUCKET</key>
Expand All @@ -25,6 +29,6 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:985501114281:ios:9be2fae25d13dba2826eb8</string>
<string>1:985501114281:ios:b802d389dea42d4b826eb8</string>
</dict>
</plist>
5 changes: 2 additions & 3 deletions mobile/lib/firebase_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class DefaultFirebaseOptions {
messagingSenderId: '985501114281',
projectId: 'gallery-found',
storageBucket: 'gallery-found.appspot.com',
iosBundleId: 'com.galleryfound',
iosBundleId: 'jp.galleryfound',
);

}
}
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.2
version: 0.3.0+2

environment:
sdk: ">=3.4.3 <4.0.0"
Expand Down

0 comments on commit ecda0e5

Please sign in to comment.