File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ repositories {
5050dependencies {
5151 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
5252 implementation project(" :iotdevicesdk" )
53- implementation ' software.amazon.awssdk.crt:android:0.5.4 '
53+ implementation ' software.amazon.awssdk.crt:android:0.6.2 '
5454 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
5555 implementation ' androidx.appcompat:appcompat:1.1.0'
5656 implementation ' androidx.core:core:1.2.0'
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ repositories {
8787
8888dependencies {
8989 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
90- implementation ' software.amazon.awssdk.crt:android:0.5.4 '
90+ implementation ' software.amazon.awssdk.crt:android:0.6.2 '
9191 implementation ' com.google.code.gson:gson:2.8.5'
9292 implementation ' androidx.appcompat:appcompat:1.1.0'
9393 testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments