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 d9204b4 commit 51b5537Copy full SHA for 51b5537
android/iotdevicesdk/build.gradle
@@ -97,7 +97,7 @@ repositories {
97
}
98
99
dependencies {
100
- api 'software.amazon.awssdk.crt:aws-crt-android:0.38.4'
+ api 'software.amazon.awssdk.crt:aws-crt-android:0.38.7'
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
@@ -60,7 +60,7 @@
60
<dependency>
61
<groupId>software.amazon.awssdk.crt</groupId>
62
<artifactId>aws-crt</artifactId>
63
- <version>0.38.4</version>
+ <version>0.38.7/version>
64
</dependency>
65
66
<groupId>org.slf4j</groupId>
0 commit comments