File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
aws-android-sdk-auth-google
aws-android-sdk-mobile-client Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414
1515dependencies {
1616 api project(' :aws-android-sdk-auth-core' )
17- api ' com.google.android.gms:play-services-auth:18.0 .0'
17+ api ' com.google.android.gms:play-services-auth:18.1 .0'
1818 implementation ' androidx.annotation:annotation:1.1.0'
1919 implementation ' androidx.appcompat:appcompat:1.1.0'
2020}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 exclude group : ' com.google.android' , module : ' android'
1818 }
1919 implementation ' org.conscrypt:conscrypt-android:2.4.0'
20- implementation ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.4 '
20+ implementation ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5 '
2121
2222 testImplementation ' junit:junit:4.13'
2323 testImplementation ' org.mockito:mockito-all:1.10.19'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
4141 api(project(' :aws-android-sdk-cognitoidentityprovider' )) {
4242 exclude group : ' com.google.android' , module : ' android'
4343 }
44- implementation ' androidx.core:core:1.3.0 '
44+ implementation ' androidx.core:core:1.3.1 '
4545
4646 // Optional dependencies
4747 compileOnly project(' :aws-android-sdk-auth-ui' )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414
1515dependencies {
1616 api project(' :aws-android-sdk-core' )
17- implementation ' androidx.core:core:1.3.0 '
17+ implementation ' androidx.core:core:1.3.1 '
1818
1919 testImplementation ' androidx.test:core:1.2.0'
2020 testImplementation ' junit:junit:4.13'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66
77 dependencies {
88 classpath ' com.amazonaws:aws-devicefarm-gradle-plugin:1.3'
9- classpath ' com.android.tools.build:gradle:4.0.0 '
9+ classpath ' com.android.tools.build:gradle:4.0.1 '
1010 }
1111}
1212
@@ -20,4 +20,3 @@ allprojects {
2020task clean (type : Delete ) {
2121 delete rootProject. buildDir
2222}
23-
You can’t perform that action at this time.
0 commit comments