Update deps (#2116)
Fix missing button colors Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
This commit is contained in:
parent
0229fe7133
commit
9db3fb2239
|
|
@ -139,18 +139,18 @@ dependencies {
|
|||
val glideVersion = "4.13.2"
|
||||
val navVersion: String by project
|
||||
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
|
||||
implementation("androidx.activity:activity:1.4.0")
|
||||
implementation("androidx.activity:activity:1.5.1")
|
||||
implementation("androidx.browser:browser:1.4.0")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
implementation("androidx.core:core:1.8.0")
|
||||
implementation("androidx.fragment:fragment:1.4.1")
|
||||
implementation("androidx.core:core:1.9.0")
|
||||
implementation("androidx.fragment:fragment:1.5.2")
|
||||
implementation("androidx.navigation:navigation-fragment:$navVersion")
|
||||
implementation("androidx.navigation:navigation-ui:$navVersion")
|
||||
implementation("androidx.preference:preference:1.2.0")
|
||||
implementation("androidx.recyclerview:recyclerview:1.2.1")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01")
|
||||
implementation("com.github.bumptech.glide:glide:$glideVersion")
|
||||
implementation("com.google.android.material:material:1.6.1")
|
||||
implementation("com.google.android.material:material:1.7.0-rc01")
|
||||
implementation("com.google.code.gson:gson:2.9.1")
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
|
||||
implementation("com.squareup.okhttp3:okhttp")
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ android.enableR8.fullMode=true
|
|||
android.useAndroidX=true
|
||||
|
||||
agpVersion=7.2.2
|
||||
navVersion=2.5.0-rc02
|
||||
navVersion=2.5.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue