2 커밋 6a6562642d ... b5414b6e9e

작성자 SHA1 메시지 날짜
  zadam b5414b6e9e Merge pull request #18 from estasney/enable-clear-text 2 년 전
  estasney 7eb382596e Explicitly opt in to clearTextTraffic 2 년 전
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"