@@ -52,8 +52,8 @@ a dependency of the aws-iot-device-sdk-android library.
52
52
mkdir sdk-workspace
53
53
cd sdk-workspace
54
54
# Clone the SDK repository
55
- # (Use the latest version of the SDK here instead of `v1.24 .0`)
56
- git clone --branch v1.24 .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.25 .0`)
56
+ git clone --branch v1.25 .0 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
57
57
# Compile and install the SDK for Android
58
58
cd aws-iot-device-sdk-java-v2/android
59
59
./gradlew build
@@ -74,10 +74,10 @@ repositories {
74
74
}
75
75
76
76
dependencies {
77
- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.24 .0'
77
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.25 .0'
78
78
}
79
79
```
80
- Replace ` 1.24 .0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.24 .0 ` with the latest release version for the SDK.
80
+ Replace ` 1.25 .0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.25 .0 ` with the latest release version for the SDK.
81
81
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
82
82
83
83
### Consuming from locally installed
@@ -89,10 +89,10 @@ repositories {
89
89
}
90
90
91
91
dependencies {
92
- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.24 .0'
92
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.25 .0'
93
93
}
94
94
```
95
- Replace ` 1.24 .0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.24 .0 ` with the latest release version for the SDK
95
+ Replace ` 1.25 .0 ` in ` software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.25 .0 ` with the latest release version for the SDK
96
96
or replace with ` 1.0.0-SNAPSHOT ` to use the SDK built and installed from source.
97
97
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
98
98
0 commit comments