Perf: revert constraintLayout version as it breaks at the moment

This commit is contained in:
ganfra 2019-07-02 23:06:40 +02:00
parent 2f66321c2a
commit 9adeab6bae
1 changed files with 2 additions and 1 deletions

View File

@ -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'