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
80
80
cd sdk-workspace
81
81
# Clone the CRT repository
82
82
# (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
84
84
cd aws-crt-java
85
85
# Compile and install the CRT
86
86
mvn install -Dmaven.test.skip=true
@@ -102,7 +102,7 @@ mkdir sdk-workspace
102
102
cd sdk-workspace
103
103
# Clone the CRT repository
104
104
# (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
106
106
# Compile and install the CRT for Android
107
107
cd aws-crt-java/android
108
108
./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -126,7 +126,7 @@ repositories {
126
126
}
127
127
128
128
dependencies {
129
- implementation 'software.amazon.awssdk.crt:android:0.16.12 '
129
+ implementation 'software.amazon.awssdk.crt:android:0.16.13 '
130
130
}
131
131
```
132
132
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ repositories {
91
91
}
92
92
93
93
dependencies {
94
- api ' software.amazon.awssdk.crt:aws-crt-android:0.16.12 '
94
+ api ' software.amazon.awssdk.crt:aws-crt-android:0.16.13 '
95
95
implementation ' org.slf4j:slf4j-api:1.7.30'
96
96
implementation ' com.google.code.gson:gson:2.9.0'
97
97
implementation ' androidx.appcompat:appcompat:1.1.0'
Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >software.amazon.awssdk.crt</groupId >
44
44
<artifactId >aws-crt</artifactId >
45
- <version >0.16.12 </version >
45
+ <version >0.16.13 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments