Skip to content

Commit bcb403d

Browse files
committed
latest aws-crt-java for consumer proguard protections
1 parent 773d877 commit bcb403d

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
@@ -114,7 +114,7 @@ repositories {
114114
}
115115

116116
dependencies {
117-
api 'software.amazon.awssdk.crt:aws-crt-android:0.38.12'
117+
api 'software.amazon.awssdk.crt:aws-crt-android:0.38.13'
118118
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
119119
implementation 'org.slf4j:slf4j-api:1.7.30'
120120
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.12</version>
63+
<version>0.38.13</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)