Skip to content

Commit

Permalink
Bump CRT version to v0.29.17 (#573)
Browse files Browse the repository at this point in the history
* Bump CRT version to v0.29.17

* Update android crt version
  • Loading branch information
alfred2g authored Apr 15, 2024
1 parent b27e961 commit 6c989fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/iotdevicesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ repositories {
}

dependencies {
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.16'
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.17'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.google.code.gson:gson:2.9.0'
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<version>0.29.16</version>
<version>0.29.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 6c989fc

Please sign in to comment.