Skip to content

Commit

Permalink
Update Conscrypt to support 16KB page size (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach authored Aug 19, 2024
1 parent ad365cf commit 18422eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-android-sdk-iot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 18422eb

Please sign in to comment.