We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3954b5 commit e45e844Copy full SHA for e45e844
android/iotdevicesdk/build.gradle
@@ -97,7 +97,7 @@ repositories {
97
}
98
99
dependencies {
100
- api 'software.amazon.awssdk.crt:aws-crt-android:0.35.0'
+ api 'software.amazon.awssdk.crt:aws-crt-android:0.36.1'
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
@@ -54,7 +54,7 @@
54
<dependency>
55
<groupId>software.amazon.awssdk.crt</groupId>
56
<artifactId>aws-crt</artifactId>
57
- <version>0.35.0</version>
+ <version>0.36.1</version>
58
</dependency>
59
60
<groupId>org.slf4j</groupId>
0 commit comments