Allow cleartext traffic
This commit is contained in:
parent
0f79fc4d9d
commit
5ea11ca748
|
@ -32,6 +32,7 @@
|
|||
android:label="@string/app_name"
|
||||
android:backupAgent=".core.backup.OpmlBackupAgent"
|
||||
android:restoreAnyVersion="true"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:logo="@mipmap/ic_launcher">
|
||||
<meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
|
||||
android:resource="@drawable/ic_notification" />
|
||||
|
|
Loading…
Reference in New Issue