forked from jens/Automation
disallow http again because wouldn't compile
This commit is contained in:
parent
14655fe55d
commit
913a37a320
@ -11,8 +11,8 @@ android {
|
|||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
buildToolsVersion '29.0.2'
|
buildToolsVersion '29.0.2'
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
versionCode 109
|
versionCode 110
|
||||||
versionName "1.6.39"
|
versionName "1.6.40"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:usesClearTextTraffic="true"
|
|
||||||
android:allowClearUserData="true"
|
android:allowClearUserData="true"
|
||||||
android:icon="@drawable/gears"
|
android:icon="@drawable/gears"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -72,7 +72,6 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:usesClearTextTraffic="true"
|
|
||||||
android:allowClearUserData="true"
|
android:allowClearUserData="true"
|
||||||
android:icon="@drawable/gears"
|
android:icon="@drawable/gears"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -66,7 +66,6 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:usesClearTextTraffic="true"
|
|
||||||
android:allowClearUserData="true"
|
android:allowClearUserData="true"
|
||||||
android:icon="@drawable/gears"
|
android:icon="@drawable/gears"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
1
fastlane/metadata/android/de-DE/changelogs/110.txt
Normal file
1
fastlane/metadata/android/de-DE/changelogs/110.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* HTTP Klartext wieder entfernt, hat nicht kompiliert.
|
1
fastlane/metadata/android/en-US/changelogs/110.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/110.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Removed again, wouldn't compile.
|
Loading…
Reference in New Issue
Block a user