1
0
Fork 0

allow cleartext traffic for the sake of debugging

This commit is contained in:
nin0dev 2024-07-27 12:24:56 -04:00
parent 23e582a92c
commit 4ae73e379c
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:targetApi="34">
<activity
android:name=".SettingsActivity"

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.5.1' apply false
id 'com.android.library' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
}