This commit is contained in:
2021-09-18 14:21:06 +02:00
parent 8ea0f7b28c
commit 58a2bc45fe
11 changed files with 124 additions and 92 deletions

View File

@ -11,7 +11,6 @@ android {
targetSdk 30
versionCode 1
versionName "1.0"
useLibrary 'org.apache.http.legacy'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -41,4 +40,5 @@ dependencies {
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'org.apache.commons:commons-lang3:3.12.0'
}