diff --git a/app/build.gradle b/app/build.gradle index 2b9f8cf..5c198ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,9 @@ android { namespace 'com.github.catvod' compileSdk { - version = release(36) + version = release(36) { + it.minorApiLevel = 1 + } } defaultConfig { diff --git a/build.gradle b/build.gradle index 57e2a20..44d4da6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { 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.library' version '8.13.0' apply false + id 'com.android.application' version '8.13.2' apply false + id 'com.android.library' version '8.13.2' apply false } tasks.register('clean', Delete) { @@ -9,5 +9,5 @@ tasks.register('clean', Delete) { } project.ext { - okhttpVersion = '5.3.1' + okhttpVersion = '5.3.2' } \ No newline at end of file