Skip to content

Commit 50dc83c

Browse files
Merge pull request #2103 from lherman-cs/patch
Configure Apache HttpClient to perform hostname verification
2 parents a131321 + 9475a81 commit 50dc83c

File tree

7 files changed

+1056
-51
lines changed

7 files changed

+1056
-51
lines changed

aws-android-sdk-kinesisvideo/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
useLibrary 'org.apache.http.legacy'
77

88
defaultConfig {
9-
minSdkVersion 21 // android.hardware.camera2
9+
minSdkVersion 24 // https://developer.android.com/reference/javax/net/ssl/X509ExtendedTrustManager
1010
targetSdkVersion 29
1111
versionCode 21800
1212
versionName '2.18.0'
@@ -24,5 +24,6 @@ dependencies {
2424
implementation 'androidx.annotation:annotation:1.1.0'
2525
//noinspection DuplicatePlatformClasses
2626
compileOnly 'org.apache.httpcomponents:httpclient:4.5.12'
27+
testImplementation 'junit:junit:4.13'
2728
}
2829

0 commit comments

Comments
 (0)