Skip to content

Commit e45e844

Browse files
authored
update aws-crt-java to 0.36.1 (#615)
1 parent b3954b5 commit e45e844

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.35.0'
100+
api 'software.amazon.awssdk.crt:aws-crt-android:0.36.1'
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
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>software.amazon.awssdk.crt</groupId>
5656
<artifactId>aws-crt</artifactId>
57-
<version>0.35.0</version>
57+
<version>0.36.1</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)