reverting constraintlayout back to beta3
This commit is contained in:
parent
ce62bdfc1d
commit
0ef5839171
|
@ -61,7 +61,7 @@ dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:5.18.14'
|
implementation 'com.simplemobiletools:commons:5.18.14'
|
||||||
implementation 'joda-time:joda-time:2.10.1'
|
implementation 'joda-time:joda-time:2.10.1'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
||||||
|
|
||||||
kapt 'androidx.room:room-compiler:2.2.1'
|
kapt 'androidx.room:room-compiler:2.2.1'
|
||||||
implementation 'androidx.room:room-runtime:2.2.1'
|
implementation 'androidx.room:room-runtime:2.2.1'
|
||||||
|
|
Loading…
Reference in New Issue