File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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.6.2 '
53
+ implementation ' software.amazon.awssdk.crt:android:0.6.5 '
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.6.2 '
90
+ implementation ' software.amazon.awssdk.crt:android:0.6.5 '
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 41
41
<dependency >
42
42
<groupId >software.amazon.awssdk.crt</groupId >
43
43
<artifactId >aws-crt</artifactId >
44
- <version >0.6.4 </version >
44
+ <version >0.6.5 </version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
You can’t perform that action at this time.
0 commit comments