@@ -52,8 +52,8 @@ a dependency of the aws-iot-device-sdk-android library.
5252mkdir sdk-workspace
5353cd sdk-workspace
5454# Clone the SDK repository
55- # (Use the latest version of the SDK here instead of `v1.27.0 `)
56- git clone --branch v1.27.0 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
55+ # (Use the latest version of the SDK here instead of `v1.27.2 `)
56+ git clone --branch v1.27.2 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
5757# Compile and install the SDK for Android
5858cd aws-iot-device-sdk-java-v2/android
5959./gradlew build
@@ -74,10 +74,10 @@ repositories {
7474}
7575
7676dependencies {
77- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.0 '
77+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.2 '
7878}
7979```
80- Replace ` 1.27.0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.0 ` with the latest release version for the SDK.
80+ Replace ` 1.27.2 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.2 ` with the latest release version for the SDK.
8181Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
8282
8383### Consuming from locally installed
@@ -89,10 +89,10 @@ repositories {
8989}
9090
9191dependencies {
92- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.0 '
92+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.2 '
9393}
9494```
95- Replace ` 1.27.0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.0 ` with the latest release version for the SDK
95+ Replace ` 1.27.2 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.2 ` with the latest release version for the SDK
9696or replace with ` 1.0.0-SNAPSHOT ` to use the SDK built and installed from source.
9797Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
9898
0 commit comments