Readme
This commit is contained in:
@ -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'
|
||||
}
|
Reference in New Issue
Block a user