From ad6aae5f3d3e91b38d52a4b30e398537d3423a53 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Wed, 24 Mar 2021 13:56:35 -0500 Subject: [PATCH 1/3] Update Fragment version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index efcf4fcb1b8..3188bf6c721 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ ext { ktlintVersion = '0.41.0' materialVersion = '1.3.0' - fragmentVersion = '1.3.0' + fragmentVersion = '1.3.2' androidTestVersion = '1.3.0' } From 56f34a0d1f09413bc23924fd5a20e9048394e066 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Wed, 24 Mar 2021 13:58:39 -0500 Subject: [PATCH 2/3] Update Activity and Annotation. --- stripe/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stripe/build.gradle b/stripe/build.gradle index b2243fa3d6f..509c8427d90 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -22,7 +22,7 @@ configurations { } dependencies { - implementation 'androidx.annotation:annotation:1.1.0' + implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidLifecycleVersion" @@ -31,7 +31,7 @@ dependencies { implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation "androidx.fragment:fragment-ktx:$fragmentVersion" implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation "androidx.activity:activity-ktx:1.2.1" + implementation "androidx.activity:activity-ktx:1.2.2" implementation 'com.google.android.gms:play-services-wallet:18.1.2' implementation "com.google.android.material:material:$materialVersion" @@ -43,7 +43,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion" - javadocDeps 'androidx.annotation:annotation:1.1.0' + javadocDeps 'androidx.annotation:annotation:1.2.0' javadocDeps 'androidx.appcompat:appcompat:1.2.0' javadocDeps "com.google.android.material:material:$materialVersion" From 7fef4b09275a7d864146d6e7dfa60287d6628579 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Wed, 24 Mar 2021 13:59:07 -0500 Subject: [PATCH 3/3] Update Android Lifecycle version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3188bf6c721..4007c09bd37 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext { compileSdkVersion = 30 kotlinCoroutinesVersion = '1.4.3' - androidLifecycleVersion = '2.3.0' + androidLifecycleVersion = '2.3.1' espressoVersion = '3.3.0' ktlintVersion = '0.41.0' materialVersion = '1.3.0'