Skip to content

Commit acd9adb

Browse files
authored
[google_sign_in_android] Remove usesCleartextTraffic (flutter#11077)
Removes deprecated usesCleartextTraffic. Addresses: #182553 ## Pre-Review Checklist
1 parent 0b2baeb commit acd9adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google_sign_in/google_sign_in_android/example/android/app/src/debug

packages/google_sign_in/google_sign_in_android/example/android/app/src/debug/AndroidManifest.xml

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

0 commit comments

Comments
 (0)