disallow http again because wouldn't compile

This commit is contained in:
jens 2021-08-20 13:46:04 +02:00
parent 14655fe55d
commit 913a37a320
6 changed files with 4 additions and 5 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 109
versionName "1.6.39"
versionCode 110
versionName "1.6.40"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -75,7 +75,6 @@
<application
android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true"
android:icon="@drawable/gears"
android:label="@string/app_name"

View File

@ -72,7 +72,6 @@
<application
android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true"
android:icon="@drawable/gears"
android:label="@string/app_name"

View File

@ -66,7 +66,6 @@
<application
android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true"
android:icon="@drawable/gears"
android:label="@string/app_name"

View File

@ -0,0 +1 @@
* HTTP Klartext wieder entfernt, hat nicht kompiliert.

View File

@ -0,0 +1 @@
* Removed again, wouldn't compile.