We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f6ad9 commit 9066ec2Copy full SHA for 9066ec2
android/iotdevicesdk/build.gradle
@@ -91,7 +91,7 @@ repositories {
91
}
92
93
dependencies {
94
- api 'software.amazon.awssdk.crt:aws-crt-android:0.18.0'
+ api 'software.amazon.awssdk.crt:aws-crt-android:0.19.3'
95
implementation 'org.slf4j:slf4j-api:1.7.30'
96
implementation 'com.google.code.gson:gson:2.9.0'
97
implementation 'androidx.appcompat:appcompat:1.1.0'
sdk/pom.xml
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>software.amazon.awssdk.crt</groupId>
44
<artifactId>aws-crt</artifactId>
45
- <version>0.19.0</version>
+ <version>0.19.3</version>
46
</dependency>
47
48
<groupId>org.slf4j</groupId>
0 commit comments