@@ -91,8 +91,8 @@ mvn versions:use-latest-versions -Dincludes="software.amazon.awssdk.crt*"
9191mkdir sdk-workspace
9292cd sdk-workspace
9393# Clone the CRT repository
94- # (Use the latest version of the CRT here instead of "v0.24.1 ")
95- git clone --branch v0.24.1 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
94+ # (Use the latest version of the CRT here instead of "v0.25.0 ")
95+ git clone --branch v0.25.0 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
9696cd aws-crt-java
9797# Compile and install the CRT
9898mvn install -Dmaven.test.skip=true
@@ -113,8 +113,8 @@ NOTE: The shadow sample does not currently complete on android due to its depend
113113mkdir sdk-workspace
114114cd sdk-workspace
115115# Clone the CRT repository
116- # (Use the latest version of the CRT here instead of "v0.24.1 ")
117- git clone --branch v0.24.1 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
116+ # (Use the latest version of the CRT here instead of "v0.25.0 ")
117+ git clone --branch v0.25.0 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
118118# Compile and install the CRT for Android
119119cd aws-crt-java/android
120120./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -139,12 +139,12 @@ repositories {
139139}
140140
141141dependencies {
142- implementation 'software.amazon.awssdk.crt:android:0.24.1 '
142+ implementation 'software.amazon.awssdk.crt:android:0.25.0 '
143143}
144144```
145145[ Android IoT Samples README] ( ./android/app/src/main/assets/README.md )
146146
147- Replace ` 0.24.1 ` in ` software.amazon.awssdk.crt:android:0.24.1 ` with the latest version of the CRT.
147+ Replace ` 0.25.0 ` in ` software.amazon.awssdk.crt:android:0.25.0 ` with the latest version of the CRT.
148148Look up the latest CRT version here: https://github.com/awslabs/aws-crt-java/releases
149149
150150## Samples
0 commit comments