Update gradle

pull/106/head^2
FongMi 3 months ago
parent 1727c5a9a9
commit 9be73526b9
  1. 4
      app/build.gradle
  2. 6
      build.gradle

@ -7,7 +7,9 @@ android {
namespace 'com.github.catvod' namespace 'com.github.catvod'
compileSdk { compileSdk {
version = release(36) version = release(36) {
it.minorApiLevel = 1
}
} }
defaultConfig { defaultConfig {

@ -1,7 +1,7 @@
plugins { plugins {
id 'ru.cleverpumpkin.proguard-dictionaries-generator' version '1.0.8' apply false id 'ru.cleverpumpkin.proguard-dictionaries-generator' version '1.0.8' apply false
id 'com.android.application' version '8.13.0' apply false id 'com.android.application' version '8.13.2' apply false
id 'com.android.library' version '8.13.0' apply false id 'com.android.library' version '8.13.2' apply false
} }
tasks.register('clean', Delete) { tasks.register('clean', Delete) {
@ -9,5 +9,5 @@ tasks.register('clean', Delete) {
} }
project.ext { project.ext {
okhttpVersion = '5.3.1' okhttpVersion = '5.3.2'
} }
Loading…
Cancel
Save