Skip to content

Commit 54b6834

Browse files
authored
[google_maps_flutter] Remove usesCleartextTraffic (#11079)
Removes deprecated usesCleartextTraffic. Addresses: #182553 ## Pre-Review Checklist
1 parent bf37517 commit 54b6834

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google_maps_flutter/google_maps_flutter/example/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
to allow setting breakpoints, to provide hot reload, etc.
44
-->
55
<uses-permission android:name="android.permission.INTERNET"/>
6-
<application android:usesCleartextTraffic="true">
6+
<application>
77
<activity
88
android:name=".GoogleMapsTestActivity"
99
android:launchMode="singleTop"

packages/google_maps_flutter/google_maps_flutter/example/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323

2424
dev_dependencies:
2525
build_runner: ^2.1.10
26-
espresso: ^0.4.0
2726
flutter_test:
2827
sdk: flutter
2928
integration_test:

0 commit comments

Comments
 (0)