Skip to content

Commit 8ffd78d

Browse files
committed
CHANGES API
1 parent cf6f6f4 commit 8ffd78d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
<meta-data
3838
android:name="flutterEmbedding"
3939
android:value="2" />
40-
<!-- <meta-data android:name="com.google.android.geo.API_KEY"
41-
android:value="AIzaSyDZB6DYijMb-zmKXna4tJlaalJ7P0OddGw"/> -->
40+
4241
</application>
4342
<!-- Required to query activities that can process text, see:
4443
https://developer.android.com/training/package-visibility and

ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import GoogleMaps
88
_ application: UIApplication,
99
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
1010
) -> Bool {
11-
GMSServices.provideAPIKey("AIzaSyDZB6DYijMb-zmKXna4tJlaalJ7P0OddGw")
11+
GMSServices.provideAPIKey("YOUR_API_KEY")
1212
GeneratedPluginRegistrant.register(with: self)
1313
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
1414
}

0 commit comments

Comments
 (0)