File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
7676git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
7777cd aws-crt-java
7878mvn install -Dmaven.test.skip=true
@@ -86,7 +86,7 @@ Supports API 26 or newer.
8686NOTE: 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
9090git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
9191cd 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
109109dependencies {
110- implementation 'software.amazon.awssdk.crt:android:0.16.0 '
110+ implementation 'software.amazon.awssdk.crt:android:0.16.3 '
111111}
112112```
113113#### Caution
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ repositories {
9191}
9292
9393dependencies {
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'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments