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 fbb0d32 commit 3eb77a1Copy full SHA for 3eb77a1
android/iotdevicesdk/build.gradle
@@ -92,7 +92,7 @@ repositories {
92
}
93
94
dependencies {
95
- api 'software.amazon.awssdk.crt:aws-crt-android:0.29.5'
+ api 'software.amazon.awssdk.crt:aws-crt-android:0.29.9'
96
implementation 'org.slf4j:slf4j-api:1.7.30'
97
implementation 'com.google.code.gson:gson:2.9.0'
98
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.29.5</version>
+ <version>0.29.9</version>
46
</dependency>
47
48
<groupId>org.slf4j</groupId>
0 commit comments