|
@@ -37,7 +37,7 @@ dependencies {
|
|
|
implementation("androidx.core:core-ktx:1.7.0")
|
|
|
implementation("androidx.activity:activity-ktx:1.4.0")
|
|
|
implementation("androidx.fragment:fragment-ktx:1.3.6")
|
|
|
- implementation("androidx.browser:browser:1.3.0")
|
|
|
+ implementation("androidx.browser:browser:1.4.0")
|
|
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
|
|
implementation("androidx.constraintlayout:constraintlayout:2.1.1")
|
|
|
implementation("androidx.navigation:navigation-fragment-ktx:2.3.5")
|
|
@@ -52,11 +52,11 @@ dependencies {
|
|
|
implementation(project(":external:preferencex:preferencex-colorpicker"))
|
|
|
|
|
|
implementation("com.google.android.material:material:1.4.0")
|
|
|
- implementation("cn.hutool:hutool-core:5.7.15")
|
|
|
- implementation("cn.hutool:hutool-cache:5.7.15")
|
|
|
- implementation("cn.hutool:hutool-json:5.7.15")
|
|
|
- implementation("cn.hutool:hutool-crypto:5.7.15")
|
|
|
- implementation("com.google.code.gson:gson:2.8.8")
|
|
|
+ implementation("cn.hutool:hutool-core:5.7.16")
|
|
|
+ implementation("cn.hutool:hutool-cache:5.7.16")
|
|
|
+ implementation("cn.hutool:hutool-json:5.7.16")
|
|
|
+ implementation("cn.hutool:hutool-crypto:5.7.16")
|
|
|
+ implementation("com.google.code.gson:gson:2.8.9")
|
|
|
implementation("com.google.zxing:core:3.4.1")
|
|
|
|
|
|
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.2"))
|