Skip to content

Commit 4d4c28f

Browse files
Update to latest version of CRT to get latest EventStream updates (#284)
* Update to latest version of CRT to get latest EventStream updates * Testing if CI is working
1 parent cf207ac commit 4d4c28f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ mvn clean install
8080
mkdir sdk-workspace
8181
cd sdk-workspace
8282
# Clone the CRT repository
83-
# (Use the latest version of the CRT here instead of "v0.16.4")
84-
git clone --branch v0.16.13 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
83+
# (Use the latest version of the CRT here instead of "v0.16.14")
84+
git clone --branch v0.16.14 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
8585
cd aws-crt-java
8686
# Compile and install the CRT
8787
mvn install -Dmaven.test.skip=true
@@ -102,8 +102,8 @@ NOTE: The shadow sample does not currently complete on android due to its depend
102102
mkdir sdk-workspace
103103
cd sdk-workspace
104104
# Clone the CRT repository
105-
# (Use the latest version of the CRT here instead of "v0.16.4")
106-
git clone --branch v0.16.13 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
105+
# (Use the latest version of the CRT here instead of "v0.16.14")
106+
git clone --branch v0.16.14 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
107107
# Compile and install the CRT for Android
108108
cd aws-crt-java/android
109109
./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -127,7 +127,7 @@ repositories {
127127
}
128128
129129
dependencies {
130-
implementation 'software.amazon.awssdk.crt:android:0.16.13'
130+
implementation 'software.amazon.awssdk.crt:android:0.16.14'
131131
}
132132
```
133133

@@ -170,3 +170,4 @@ We need your help in making this SDK great. Please participate in the community
170170
## License
171171

172172
This library is licensed under the Apache 2.0 License.
173+

android/iotdevicesdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ repositories {
9191
}
9292

9393
dependencies {
94-
api 'software.amazon.awssdk.crt:aws-crt-android:0.16.13'
94+
api 'software.amazon.awssdk.crt:aws-crt-android:0.16.14'
9595
implementation 'org.slf4j:slf4j-api:1.7.30'
9696
implementation 'com.google.code.gson:gson:2.9.0'
9797
implementation 'androidx.appcompat:appcompat:1.1.0'

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>software.amazon.awssdk.crt</groupId>
4444
<artifactId>aws-crt</artifactId>
45-
<version>0.16.13</version>
45+
<version>0.16.14</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)