Skip to content

Commit

Permalink
update crt to 0.19.3 (#312)
Browse files Browse the repository at this point in the history
- Update the CRT submodules including: S2N-TLS, AWS-LC.
- Fixed the mqtt issues: 1. Infinite connect loop 2.Removed forced cleansession behavior
  • Loading branch information
xiazhvera authored Aug 30, 2022
1 parent 18f6ad9 commit 9066ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/iotdevicesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<version>0.19.0</version>
<version>0.19.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 9066ec2

Please sign in to comment.