This commit is contained in:
2021-09-18 02:04:29 +02:00
parent 57fe7ab08a
commit f983ba504b
7 changed files with 155 additions and 21 deletions

View File

@ -11,6 +11,7 @@ android {
targetSdk 30
versionCode 1
versionName "1.0"
useLibrary 'org.apache.http.legacy'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}