Skip to content

Commit f74e2a9

Browse files
committed
New android bundle
1 parent 0f0ac22 commit f74e2a9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363

6464
defaultConfig {
6565
// Application ID for your Android app package
66-
applicationId "com.courier.flutter"
66+
applicationId "com.courier.flutter_app"
6767

6868
// Pull min/target SDK from your own needs or from Flutter DSL if desired
6969
minSdkVersion 23

example/firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"flutter":{"platforms":{"android":{"default":{"projectId":"flutter-courier-f1d2d","appId":"1:44563835230:android:d294c7b891ec1e761e07cf","fileOutput":"android/app/google-services.json"}},"ios":{"default":{"projectId":"flutter-courier-f1d2d","appId":"1:44563835230:ios:e5e65dcb25c19a7a1e07cf","uploadDebugSymbols":false,"fileOutput":"ios/Runner/GoogleService-Info.plist"}},"dart":{"lib/firebase_options.dart":{"projectId":"flutter-courier-f1d2d","configurations":{"android":"1:44563835230:android:d294c7b891ec1e761e07cf","ios":"1:44563835230:ios:e5e65dcb25c19a7a1e07cf"}}}}}}

example/ios/Runner/GoogleService-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>PROJECT_ID</key>
1414
<string>flutter-courier-f1d2d</string>
1515
<key>STORAGE_BUCKET</key>
16-
<string>flutter-courier-f1d2d.appspot.com</string>
16+
<string>flutter-courier-f1d2d.firebasestorage.app</string>
1717
<key>IS_ADS_ENABLED</key>
1818
<false></false>
1919
<key>IS_ANALYTICS_ENABLED</key>

0 commit comments

Comments
 (0)