Skip to content

Commit

Permalink
Merge pull request #60 from kasnder/master
Browse files Browse the repository at this point in the history
Handle various errors on Android 7 and 11
  • Loading branch information
Fuzion24 authored May 29, 2022
2 parents 152557d + 78a4fd5 commit 861c5fa
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 142 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion '25.0.2'
compileSdkVersion 30
defaultConfig {
applicationId 'just.trust.me'
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 30
versionCode 3
versionName '.3'
}
Expand All @@ -18,8 +17,10 @@ android {
}
productFlavors {
}
useLibrary 'org.apache.http.legacy'
}

dependencies {
provided fileTree(dir: 'libs', include: ['*.jar'])
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
implementation 'org.apache.httpcomponents:httpcore:4.4.2'
}
Loading

0 comments on commit 861c5fa

Please sign in to comment.