From 5f0e2cc3fc413f567783db1b25f3dd8a09c2625c Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Fri, 30 Oct 2020 10:01:32 -0400 Subject: [PATCH] Upgrade constraintlayout to 2.0.4 https://androidstudio.googleblog.com/2020/10/constraintlayout-204.html --- stripe/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stripe/build.gradle b/stripe/build.gradle index a6d3cf4fec9..279df1cafb6 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:$androidLifecycleVersion" implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation "androidx.fragment:fragment-ktx:$fragmentVersion" - implementation 'androidx.constraintlayout:constraintlayout:2.0.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' // Api for this import because we use reflection to alter TextInputLayout api "com.google.android.material:material:$materialVersion"