@@ -47,8 +47,8 @@ NOTE: The shadow sample does not currently complete on android due to its depend
4747mkdir sdk-workspace
4848cd sdk-workspace
4949# Clone the SDK repository
50- # (Use the latest version of the SDK here instead of `v1.17.4 `)
51- git clone --branch v1.17.4 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
50+ # (Use the latest version of the SDK here instead of `v1.17.5 `)
51+ git clone --branch v1.17.5 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
5252# Compile and install the SDK for Android
5353cd aws-iot-device-sdk-java-v2/android
5454./gradlew build
@@ -69,10 +69,10 @@ repositories {
6969}
7070
7171dependencies {
72- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.4 '
72+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.5 '
7373}
7474```
75- Replace ` 1.17.4 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.4 ` with the latest release version for the SDK.
75+ Replace ` 1.17.5 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.5 ` with the latest release version for the SDK.
7676Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
7777
7878### Consuming from locally installed
@@ -84,10 +84,10 @@ repositories {
8484}
8585
8686dependencies {
87- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.4 '
87+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.5 '
8888}
8989```
90- Replace ` 1.17.4 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.4 ` with the latest release version for the SDK
90+ Replace ` 1.17.5 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.17.5 ` with the latest release version for the SDK
9191or replace with ` 1.0.0-SNAPSHOT ` to use the SDK built and installed from source.
9292Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
9393
0 commit comments