File tree Expand file tree Collapse file tree 18 files changed +20
-20
lines changed
X509CredentialsProviderConnect Expand file tree Collapse file tree 18 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ mkdir sdk-workspace
81
81
cd sdk-workspace
82
82
# Clone the CRT repository
83
83
# (Use the latest version of the CRT here instead of "v0.18.0")
84
- git clone --branch v0.19.3 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
84
+ git clone --branch v0.19.11 --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
@@ -103,7 +103,7 @@ mkdir sdk-workspace
103
103
cd sdk-workspace
104
104
# Clone the CRT repository
105
105
# (Use the latest version of the CRT here instead of "v0.18.0")
106
- git clone --branch v0.19.3 --recurse-submodules https://github.com/awslabs/aws-crt-java.git
106
+ git clone --branch v0.19.11 --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.19.3 '
130
+ implementation 'software.amazon.awssdk.crt:android:0.19.11 '
131
131
}
132
132
```
133
133
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.19.3 '
94
+ api ' software.amazon.awssdk.crt:aws-crt-android:0.19.11 '
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 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >software.amazon.awssdk.iotdevicesdk</groupId >
22
22
<artifactId >aws-iot-device-sdk</artifactId >
23
- <version >1.10.4 </version >
23
+ <version >1.10.5 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
</profile >
You can’t perform that action at this time.
0 commit comments