Update gradle

pull/606/head
FongMi 3 months ago
parent 80f73aec1e
commit cd41338ee5
  1. 6
      build.gradle
  2. 2
      catvod/build.gradle

@ -1,6 +1,6 @@
plugins {
id 'com.android.application' version '8.13.1' apply false
id 'com.android.library' version '8.13.1' apply false
id 'com.android.application' version '8.13.2' apply false
id 'com.android.library' version '8.13.2' apply false
id 'com.chaquo.python' version '17.0.0' apply false
}
@ -11,6 +11,6 @@ tasks.register('clean', Delete) {
project.ext {
gsonVersion = '2.13.2'
glideVersion = '5.0.5'
media3Version = '1.8.0'
media3Version = '1.9.0'
okhttpVersion = '5.3.2'
}

@ -24,6 +24,7 @@ android {
}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
api 'androidx.annotation:annotation:1.9.1'
api 'androidx.preference:preference:1.2.1'
api 'androidx.startup:startup-runtime:1.2.0'
@ -44,5 +45,4 @@ dependencies {
exclude group: 'com.google.j2objc', module: 'j2objc-annotations'
exclude group: 'org.codehaus.mojo', module: 'animal-sniffer-annotations'
}
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
}
Loading…
Cancel
Save