2 Commits 6a6562642d ... b5414b6e9e

Tác giả SHA1 Thông báo Ngày
  zadam b5414b6e9e Merge pull request #18 from estasney/enable-clear-text 2 năm trước cách đây
  estasney 7eb382596e Explicitly opt in to clearTextTraffic 2 năm trước cách đây
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/src/main/AndroidManifest.xml

+ 1 - 0
app/src/main/AndroidManifest.xml

@@ -8,6 +8,7 @@
     <uses-permission android:name="android.permission.INTERNET" />
 
     <application
+        android:usesCleartextTraffic="true"
         android:allowBackup="false"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"