Skip to content

Commit 18422eb

Browse files
authored
Update Conscrypt to support 16KB page size (#3627)
1 parent ad365cf commit 18422eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-android-sdk-iot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api (project(':aws-android-sdk-core')) {
1515
exclude group: 'com.google.android', module: 'android'
1616
}
17-
implementation 'org.conscrypt:conscrypt-android:2.5.1'
17+
implementation 'org.conscrypt:conscrypt-android:2.5.3'
1818
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
1919

2020
testImplementation 'junit:junit:4.13.1'

0 commit comments

Comments
 (0)