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 773d877 commit bcb403dCopy full SHA for bcb403d
android/iotdevicesdk/build.gradle
@@ -114,7 +114,7 @@ repositories {
114
}
115
116
dependencies {
117
- api 'software.amazon.awssdk.crt:aws-crt-android:0.38.12'
+ api 'software.amazon.awssdk.crt:aws-crt-android:0.38.13'
118
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
119
implementation 'org.slf4j:slf4j-api:1.7.30'
120
implementation 'com.google.code.gson:gson:2.9.0'
sdk/pom.xml
@@ -60,7 +60,7 @@
60
<dependency>
61
<groupId>software.amazon.awssdk.crt</groupId>
62
<artifactId>aws-crt</artifactId>
63
- <version>0.38.12</version>
+ <version>0.38.13</version>
64
</dependency>
65
66
<groupId>org.slf4j</groupId>
0 commit comments