Skip to content

Commit a5dfadb

Browse files
authored
update crt to 0.16.3 (#256)
For fixing the issue where `withReconnectTimeoutSecs` is not respected
1 parent 6d1b754 commit a5dfadb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ mvn clean install
7272
# NOTE: use the latest version of the CRT here
7373

7474

75-
git clone --branch v0.16.0 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
75+
git clone --branch v0.16.3 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
7676
git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
7777
cd aws-crt-java
7878
mvn install -Dmaven.test.skip=true
@@ -86,7 +86,7 @@ Supports API 26 or newer.
8686
NOTE: The shadow sample does not currently complete on android due to its dependence on stdin keyboard input.
8787

8888
``` sh
89-
git clone --branch v0.16.0 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
89+
git clone --branch v0.16.3 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
9090
git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
9191
cd aws-crt-java/android
9292
./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -107,7 +107,7 @@ repositories {
107107
}
108108
109109
dependencies {
110-
implementation 'software.amazon.awssdk.crt:android:0.16.0'
110+
implementation 'software.amazon.awssdk.crt:android:0.16.3'
111111
}
112112
```
113113
#### Caution

android/iotdevicesdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ repositories {
9191
}
9292

9393
dependencies {
94-
api 'software.amazon.awssdk.crt:aws-crt-android:0.16.0'
94+
api 'software.amazon.awssdk.crt:aws-crt-android:0.16.3'
9595
implementation 'org.slf4j:slf4j-api:1.7.30'
9696
implementation 'com.google.code.gson:gson:2.9.0'
9797
implementation 'androidx.appcompat:appcompat:1.1.0'

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.0</version>
45+
<version>0.16.3</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)