mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Update preference dependencies + constraintlayout
This commit is contained in:
parent
f3dc38b629
commit
6c14ea5654
13 changed files with 20 additions and 21 deletions
|
@ -117,14 +117,14 @@ dependencies {
|
|||
implementation("com.google.android.material:material:1.5.0")
|
||||
implementation("androidx.webkit:webkit:1.4.0")
|
||||
implementation("androidx.recyclerview:recyclerview:1.2.1")
|
||||
implementation("androidx.preference:preference:1.1.1")
|
||||
implementation("androidx.preference:preference:1.2.0")
|
||||
implementation("androidx.annotation:annotation:1.3.0")
|
||||
implementation("androidx.browser:browser:1.4.0")
|
||||
implementation("androidx.biometric:biometric:1.1.0")
|
||||
implementation("androidx.palette:palette:1.0.0")
|
||||
implementation("androidx.core:core-ktx:1.7.0")
|
||||
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.2")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
|
||||
|
||||
implementation("androidx.multidex:multidex:2.0.1")
|
||||
|
||||
|
@ -142,7 +142,7 @@ dependencies {
|
|||
implementation("com.github.pwittchen:reactivenetwork:0.13.0")
|
||||
|
||||
// Coroutines
|
||||
implementation("com.github.tfcporciuncula:flow-preferences:1.3.4")
|
||||
implementation("com.fredporciuncula:flow-preferences:1.6.0")
|
||||
|
||||
// Network client
|
||||
implementation("com.squareup.okhttp3:okhttp:${Versions.okhttp}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue