mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Perf: revert constraintLayout version as it breaks at the moment
This commit is contained in:
parent
2f66321c2a
commit
9adeab6bae
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue