mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-20 16:26:01 +08:00
Update dependencies
This commit is contained in:
@@ -45,15 +45,15 @@ dependencies {
|
||||
|
||||
implementation("com.google.android.material:material:1.3.0")
|
||||
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.2")
|
||||
implementation("cn.hutool:hutool-core:5.6.5")
|
||||
implementation("cn.hutool:hutool-json:5.6.5")
|
||||
implementation("cn.hutool:hutool-crypto:5.6.5")
|
||||
implementation("cn.hutool:hutool-core:5.6.6")
|
||||
implementation("cn.hutool:hutool-json:5.6.6")
|
||||
implementation("cn.hutool:hutool-crypto:5.6.6")
|
||||
implementation("com.google.code.gson:gson:2.8.7")
|
||||
implementation("com.google.zxing:core:3.4.1")
|
||||
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.2")
|
||||
implementation("org.yaml:snakeyaml:1.28")
|
||||
implementation("com.github.daniel-stoneuk:material-about-library:3.2.0-rc01")
|
||||
implementation("com.mikepenz:aboutlibraries:8.8.6")
|
||||
implementation("com.mikepenz:aboutlibraries:8.9.0")
|
||||
|
||||
implementation("com.simplecityapps:recyclerview-fastscroll:2.0.1") {
|
||||
exclude(group = "androidx.recyclerview")
|
||||
|
||||
@@ -12,6 +12,6 @@ dependencies {
|
||||
implementation("com.android.tools.build:gradle-api:$androidPluginVersion")
|
||||
implementation(kotlin("gradle-plugin", kotlinVersion))
|
||||
implementation(kotlin("stdlib"))
|
||||
implementation("cn.hutool:hutool-crypto:5.6.5")
|
||||
implementation("cn.hutool:hutool-crypto:5.6.6")
|
||||
implementation("com.github.triplet.gradle:play-publisher:$playPublisherVersion")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user