We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3c976 commit 5bcebbdCopy full SHA for 5bcebbd
android/iotdevicesdk/build.gradle
@@ -97,7 +97,7 @@ repositories {
97
}
98
99
dependencies {
100
- api 'software.amazon.awssdk.crt:aws-crt-android:0.30.0'
+ api 'software.amazon.awssdk.crt:aws-crt-android:0.33.5'
101
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
102
implementation 'org.slf4j:slf4j-api:1.7.30'
103
implementation 'com.google.code.gson:gson:2.9.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.30.0</version>
+ <version>0.33.5</version>
46
</dependency>
47
48
<groupId>org.slf4j</groupId>
0 commit comments