Skip to content

Commit f86d815

Browse files
[v1.19.1] Update CRT (#535)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 3eb77a1 commit f86d815

File tree

21 files changed

+28
-28
lines changed

21 files changed

+28
-28
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Consuming this SDK via Maven is the preferred method of consuming it and using i
3737
<dependency>
3838
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
3939
<artifactId>aws-iot-device-sdk</artifactId>
40-
<version>1.19.0</version>
40+
<version>1.19.1</version>
4141
</dependency>
4242
```
4343

44-
Replace `1.19.0` in `<version>1.19.0</version>` with the latest release version for the SDK.
44+
Replace `1.19.1` in `<version>1.19.1</version>` with the latest release version for the SDK.
4545
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
4646

4747
### Build IoT Device SDK from source
@@ -94,4 +94,4 @@ is provided by code that been generated from a model of the service.
9494

9595
This library is licensed under the [Apache 2.0 License](./documents/LICENSE).
9696

97-
Latest released version: v1.19.0
97+
Latest released version: v1.19.1

documents/ANDROID.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ NOTE: The shadow sample does not currently complete on android due to its depend
4848
mkdir sdk-workspace
4949
cd 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
5454
cd aws-iot-device-sdk-java-v2/android
5555
./gradlew build
@@ -70,10 +70,10 @@ repositories {
7070
}
7171
7272
dependencies {
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.
7777
Look 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
8787
dependencies {
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
9292
or replace with `1.0.0-SNAPSHOT` to use the SDK built and installed from source.
9393
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
9494

samples/Android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161

6262
dependencies {
6363
implementation fileTree(dir: 'libs', include: ['*.jar'])
64-
api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.0'
64+
api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.19.1'
6565
implementation 'androidx.appcompat:appcompat:1.1.0'
6666
implementation 'androidx.core:core:1.2.0'
6767
implementation 'androidx.core:core-ktx:1.2.0'

samples/BasicConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.19.0</version>
23+
<version>1.19.1</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/BasicPubSub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.19.0</version>
23+
<version>1.19.1</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/CognitoConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.19.0</version>
23+
<version>1.19.1</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/CustomAuthorizerConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.19.0</version>
23+
<version>1.19.1</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/CustomKeyOpsConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.19.0</version>
23+
<version>1.19.1</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/FleetProvisioning/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.19.0</version>
23+
<version>1.19.1</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/Greengrass/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.19.0</version>
23+
<version>1.19.1</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

0 commit comments

Comments
 (0)