Skip to content

Commit

Permalink
keys removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RunTerror committed Feb 20, 2024
1 parent 25eaabf commit 4d7f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:label="Beacon"
android:icon="@mipmap/launcher_icon"
android:usesCleartextTraffic="true">
<meta-data android:name="com.google.android.geo.API_KEY" android:value="AIzaSyC72TkXzQTsnbGdZy5ldeX64y0mofn_iUs"/>
<meta-data android:name="com.google.android.geo.API_KEY" android:value="add your key here"/>
<activity
android:name="io.flutter.embedding.android.FlutterActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit 4d7f627

Please sign in to comment.