@@ -91,8 +91,8 @@ mvn versions:use-latest-versions -Dincludes="software.amazon.awssdk.crt*"
91
91
mkdir sdk-workspace
92
92
cd sdk-workspace
93
93
# Clone the CRT repository
94
- # (Use the latest version of the CRT here instead of "v0.22.1 ")
95
- git clone --branch v0.22.1 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
94
+ # (Use the latest version of the CRT here instead of "v0.22.5 ")
95
+ git clone --branch v0.22.5 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
96
96
cd aws-crt-java
97
97
# Compile and install the CRT
98
98
mvn install -Dmaven.test.skip=true
@@ -113,8 +113,8 @@ NOTE: The shadow sample does not currently complete on android due to its depend
113
113
mkdir sdk-workspace
114
114
cd sdk-workspace
115
115
# Clone the CRT repository
116
- # (Use the latest version of the CRT here instead of "v0.22.1 ")
117
- git clone --branch v0.22.1 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
116
+ # (Use the latest version of the CRT here instead of "v0.22.5 ")
117
+ git clone --branch v0.22.5 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
118
118
# Compile and install the CRT for Android
119
119
cd aws-crt-java/android
120
120
./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -139,12 +139,12 @@ repositories {
139
139
}
140
140
141
141
dependencies {
142
- implementation 'software.amazon.awssdk.crt:android:0.22.1 '
142
+ implementation 'software.amazon.awssdk.crt:android:0.22.5 '
143
143
}
144
144
```
145
145
[ Android IoT Samples README] ( ./android/app/src/main/assets/README.md )
146
146
147
- Replace ` 0.22.1 ` in ` software.amazon.awssdk.crt:android:0.22.1 ` with the latest version of the CRT.
147
+ Replace ` 0.22.5 ` in ` software.amazon.awssdk.crt:android:0.22.5 ` with the latest version of the CRT.
148
148
Look up the latest CRT version here: https://github.com/awslabs/aws-crt-java/releases
149
149
150
150
## Samples
0 commit comments