chore: 升级依赖

This commit is contained in:
HuanCheng65 2023-02-01 16:01:45 +08:00
parent d472118e6f
commit 72b14338dc
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
2 changed files with 6 additions and 6 deletions

View File

@ -178,7 +178,7 @@ dependencies {
implementation 'com.github.gzu-liyujiang:Android_CN_OAID:4.2.4'
implementation 'org.jetbrains:annotations:23.0.0'
implementation 'org.jetbrains:annotations:24.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
@ -221,14 +221,14 @@ dependencies {
kapt "com.github.bumptech.glide:compiler:$glide_version"
implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"
implementation "com.google.android.material:material:1.7.0"
implementation "com.google.android.material:material:1.8.0"
implementation "com.squareup.okhttp3:okhttp:4.10.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
implementation "com.squareup.retrofit2:converter-wire:$retrofit_version"
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.github.DSAppTeam:PanelSwitchHelper:v1.5.2'
implementation "org.litepal.android:kotlin:3.0.0"
implementation 'cn.jzvd:jiaozivideoplayer:7.7.2.3300'

View File

@ -4,9 +4,9 @@ buildscript {
ext {
glide_version = '4.14.2'
retrofit_version = "2.9.0"
kotlin_version = '1.7.21'
wire_version = '4.4.1'
hilt_version = '2.44'
kotlin_version = '1.8.0'
wire_version = '4.4.3'
hilt_version = '2.44.2'
booster_version = '4.15.0'
debug = gradle.startParameter.taskNames.any {
it.contains('debug') || it.contains('Debug')