File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.6.6 '
53+ implementation ' software.amazon.awssdk.crt:android:0.8.4 '
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.6.6 '
90+ implementation ' software.amazon.awssdk.crt:android:0.8.4 '
9191 implementation ' com.google.code.gson:gson:2.8.5'
9292 implementation ' androidx.appcompat:appcompat:1.1.0'
9393 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >software.amazon.awssdk.crt</groupId >
4343 <artifactId >aws-crt</artifactId >
44- <version >0.6.6 </version >
44+ <version >0.8.4 </version >
4545 <scope >compile</scope >
4646 </dependency >
4747 <dependency >
You can’t perform that action at this time.
0 commit comments