Skip to content

Commit 5bcebbd

Browse files
authored
Bump CRT to v0.33.5 (#602)
1 parent cd3c976 commit 5bcebbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/iotdevicesdk/build.gradle

+1-1
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.30.0'
100+
api 'software.amazon.awssdk.crt:aws-crt-android:0.33.5'
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>software.amazon.awssdk.crt</groupId>
4444
<artifactId>aws-crt</artifactId>
45-
<version>0.30.0</version>
45+
<version>0.33.5</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)