@@ -80,8 +80,8 @@ mvn clean install
80
80
mkdir sdk-workspace
81
81
cd sdk-workspace
82
82
# 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
85
85
cd aws-crt-java
86
86
# Compile and install the CRT
87
87
mvn install -Dmaven.test.skip=true
@@ -102,8 +102,8 @@ NOTE: The shadow sample does not currently complete on android due to its depend
102
102
mkdir sdk-workspace
103
103
cd sdk-workspace
104
104
# 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
107
107
# Compile and install the CRT for Android
108
108
cd aws-crt-java/android
109
109
./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -127,7 +127,7 @@ repositories {
127
127
}
128
128
129
129
dependencies {
130
- implementation 'software.amazon.awssdk.crt:android:0.16.13 '
130
+ implementation 'software.amazon.awssdk.crt:android:0.16.14 '
131
131
}
132
132
```
133
133
@@ -170,3 +170,4 @@ We need your help in making this SDK great. Please participate in the community
170
170
## License
171
171
172
172
This library is licensed under the Apache 2.0 License.
173
+
0 commit comments