Skip to content

Commit 3211ac8

Browse files
committed
Configure Apache HttpClient to perform hostname verification
1 parent a131321 commit 3211ac8

File tree

7 files changed

+1123
-49
lines changed

7 files changed

+1123
-49
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)