File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ mvn clean install
65
65
# NOTE: use the latest version of the CRT here
66
66
67
67
68
- git clone --branch v0.11.5 https://github.com/awslabs/aws-crt-java.git
68
+ git clone --branch v0.14.0 https://github.com/awslabs/aws-crt-java.git
69
69
70
70
git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
71
71
cd aws-crt-java
@@ -80,7 +80,7 @@ Supports API 26 or newer.
80
80
NOTE: The shadow sample does not currently complete on android due to its dependence on stdin keyboard input.
81
81
82
82
``` sh
83
- git clone --recursive --branch v0.11.5 https://github.com/awslabs/aws-crt-java.git
83
+ git clone --recursive --branch v0.14.0 https://github.com/awslabs/aws-crt-java.git
84
84
git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
85
85
cd aws-crt-java/android
86
86
./gradlew connectedCheck # optional, will run the unit tests on any connected devices/emulators
@@ -101,7 +101,7 @@ repositories {
101
101
}
102
102
103
103
dependencies {
104
- implementation 'software.amazon.awssdk.crt:android:0.11.5 '
104
+ implementation 'software.amazon.awssdk.crt:android:0.14.0 '
105
105
}
106
106
```
107
107
#### Caution
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ repositories {
50
50
dependencies {
51
51
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
52
52
implementation project(" :iotdevicesdk" )
53
- implementation ' software.amazon.awssdk.crt:android:0.11.5 '
53
+ implementation ' software.amazon.awssdk.crt:android:0.14.0 '
54
54
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
55
55
implementation ' androidx.appcompat:appcompat:1.1.0'
56
56
implementation ' androidx.core:core:1.2.0'
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ repositories {
87
87
88
88
dependencies {
89
89
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
90
- implementation ' software.amazon.awssdk.crt:android:0.11.5 '
90
+ implementation ' software.amazon.awssdk.crt:android:0.14.0 '
91
91
implementation ' com.google.code.gson:gson:2.8.5'
92
92
implementation ' androidx.appcompat:appcompat:1.1.0'
93
93
testImplementation ' junit:junit:4.12'
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.13.2 </version >
45
+ <version >0.14.0 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments