File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ mkdir sdk-workspace
8080cd sdk-workspace
8181# Clone the CRT repository
8282# (Use the latest version of the CRT here instead of "v0.16.4")
83- git clone --branch v0.16.12 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
83+ git clone --branch v0.16.13 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
8484cd aws-crt-java
8585# Compile and install the CRT
8686mvn install -Dmaven.test.skip=true
@@ -102,7 +102,7 @@ mkdir sdk-workspace
102102cd sdk-workspace
103103# Clone the CRT repository
104104# (Use the latest version of the CRT here instead of "v0.16.4")
105- git clone --branch v0.16.12 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
105+ git clone --branch v0.16.13 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
106106# Compile and install the CRT for Android
107107cd aws-crt-java/android
108108./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -126,7 +126,7 @@ repositories {
126126}
127127
128128dependencies {
129- implementation 'software.amazon.awssdk.crt:android:0.16.12 '
129+ implementation 'software.amazon.awssdk.crt:android:0.16.13 '
130130}
131131```
132132
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ repositories {
9191}
9292
9393dependencies {
94- api ' software.amazon.awssdk.crt:aws-crt-android:0.16.12 '
94+ api ' software.amazon.awssdk.crt:aws-crt-android:0.16.13 '
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'
Original file line number Diff line number Diff line change 4242 <dependency >
4343 <groupId >software.amazon.awssdk.crt</groupId >
4444 <artifactId >aws-crt</artifactId >
45- <version >0.16.12 </version >
45+ <version >0.16.13 </version >
4646 </dependency >
4747 <dependency >
4848 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments