Update okhttp

fongmi
jhengazuki 1 month ago
parent ce62ac8c2b
commit 8eab0a293d
  1. 4
      app/build.gradle
  2. 2
      build.gradle

@ -12,8 +12,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 469
versionName "4.6.9"
versionCode 470
versionName "4.7.0"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

@ -12,5 +12,5 @@ project.ext {
gsonVersion = '2.13.2'
glideVersion = '5.0.5'
media3Version = '1.8.0'
okhttpVersion = '4.12.0'
okhttpVersion = '5.3.0'
}

Loading…
Cancel
Save