@@ -48,8 +48,8 @@ NOTE: The shadow sample does not currently complete on android due to its depend
4848mkdir sdk-workspace
4949cd sdk-workspace
5050# Clone the SDK repository
51- # (Use the latest version of the SDK here instead of `v1.19.0 `)
52- git clone --branch v1.19.0 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
51+ # (Use the latest version of the SDK here instead of `v1.19.1 `)
52+ git clone --branch v1.19.1 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
5353# Compile and install the SDK for Android
5454cd aws-iot-device-sdk-java-v2/android
5555./gradlew build
@@ -70,10 +70,10 @@ repositories {
7070}
7171
7272dependencies {
73- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.0 '
73+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.1 '
7474}
7575```
76- Replace ` 1.19.0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.0 ` with the latest release version for the SDK.
76+ Replace ` 1.19.1 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.1 ` with the latest release version for the SDK.
7777Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
7878
7979### Consuming from locally installed
@@ -85,10 +85,10 @@ repositories {
8585}
8686
8787dependencies {
88- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.0 '
88+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.1 '
8989}
9090```
91- Replace ` 1.19.0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.0 ` with the latest release version for the SDK
91+ Replace ` 1.19.1 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.1 ` with the latest release version for the SDK
9292or replace with ` 1.0.0-SNAPSHOT ` to use the SDK built and installed from source.
9393Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
9494
0 commit comments