Skip to content

Commit 51b5537

Browse files
committed
Update CRT
1 parent d9204b4 commit 51b5537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/iotdevicesdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repositories {
9797
}
9898

9999
dependencies {
100-
api 'software.amazon.awssdk.crt:aws-crt-android:0.38.4'
100+
api 'software.amazon.awssdk.crt:aws-crt-android:0.38.7'
101101
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
102102
implementation 'org.slf4j:slf4j-api:1.7.30'
103103
implementation 'com.google.code.gson:gson:2.9.0'

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>software.amazon.awssdk.crt</groupId>
6262
<artifactId>aws-crt</artifactId>
63-
<version>0.38.4</version>
63+
<version>0.38.7/version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)