From 9066ec2420a064c3a790a99753c8efafaed087dc Mon Sep 17 00:00:00 2001 From: xiazhvera Date: Tue, 30 Aug 2022 16:41:53 -0700 Subject: [PATCH] update crt to 0.19.3 (#312) - Update the CRT submodules including: S2N-TLS, AWS-LC. - Fixed the mqtt issues: 1. Infinite connect loop 2.Removed forced cleansession behavior --- android/iotdevicesdk/build.gradle | 2 +- sdk/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/iotdevicesdk/build.gradle b/android/iotdevicesdk/build.gradle index 9787af883..57986b45b 100644 --- a/android/iotdevicesdk/build.gradle +++ b/android/iotdevicesdk/build.gradle @@ -91,7 +91,7 @@ repositories { } dependencies { - api 'software.amazon.awssdk.crt:aws-crt-android:0.18.0' + api 'software.amazon.awssdk.crt:aws-crt-android:0.19.3' implementation 'org.slf4j:slf4j-api:1.7.30' implementation 'com.google.code.gson:gson:2.9.0' implementation 'androidx.appcompat:appcompat:1.1.0' diff --git a/sdk/pom.xml b/sdk/pom.xml index 63b81059d..13b8f0249 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -42,7 +42,7 @@ software.amazon.awssdk.crt aws-crt - 0.19.0 + 0.19.3 org.slf4j