From 18422ebfe060135ed05015b472e6593c4eab4a9e Mon Sep 17 00:00:00 2001 From: Tyler Roach Date: Mon, 19 Aug 2024 13:04:10 -0400 Subject: [PATCH] Update Conscrypt to support 16KB page size (#3627) --- aws-android-sdk-iot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-android-sdk-iot/build.gradle b/aws-android-sdk-iot/build.gradle index d279b3fb8f..229b2d73c0 100644 --- a/aws-android-sdk-iot/build.gradle +++ b/aws-android-sdk-iot/build.gradle @@ -14,7 +14,7 @@ dependencies { api (project(':aws-android-sdk-core')) { exclude group: 'com.google.android', module: 'android' } - implementation 'org.conscrypt:conscrypt-android:2.5.1' + implementation 'org.conscrypt:conscrypt-android:2.5.3' implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5' testImplementation 'junit:junit:4.13.1'