Fixed migration issue.

This commit is contained in:
aminecmi
2020-12-22 18:02:03 +01:00
parent 2d5ab7bf0c
commit 7b8a5c9a56
10 changed files with 259 additions and 10 deletions
+3 -2
View File
@@ -101,7 +101,8 @@ dependencies {
implementation "androidx.vectordrawable:vectordrawable:1.1.0-beta01"
implementation "androidx.browser:browser:$android_version"
implementation "androidx.cardview:cardview:$android_version"
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha5'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0-alpha1'
implementation 'org.jsoup:jsoup:1.13.1'
//multidex
implementation 'androidx.multidex:multidex:2.0.1'
@@ -146,4 +147,4 @@ dependencies {
kapt "androidx.room:room-compiler:$room_version"
implementation "android.arch.work:work-runtime-ktx:$work_version"
}
}