From 9adeab6bae1ed24c81aee1ef67fa07f891db5ad7 Mon Sep 17 00:00:00 2001 From: ganfra Date: Tue, 2 Jul 2019 23:06:40 +0200 Subject: [PATCH] Perf: revert constraintLayout version as it breaks at the moment --- vector/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index ffb53715..e7456c8a 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -157,7 +157,8 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" implementation 'androidx.appcompat:appcompat:1.1.0-beta01' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' + //Do not use beta2 at the moment, as it breaks things + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1' implementation 'androidx.core:core-ktx:1.0.2' implementation 'com.jakewharton.threetenabp:threetenabp:1.1.1'