From ae165045ebd074d0674b15d50d13d4af5a92ace5 Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou <107993382+kodjodevf@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:03:30 +0100 Subject: [PATCH] Update compileSdkVersion and plugin versions in build.gradle and settings.gradle --- android/app/build.gradle | 2 +- android/build.gradle | 2 +- android/settings.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 28493874..6d79d781 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -30,7 +30,7 @@ if (flutterVersionName == null) { android { namespace "com.kodjodevf.mangayomi" - compileSdkVersion 35 + compileSdkVersion 36 ndkVersion flutter.ndkVersion compileOptions { diff --git a/android/build.gradle b/android/build.gradle index 695f504f..11b3c526 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -12,7 +12,7 @@ subprojects { if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) { project.android { - compileSdkVersion 35 + compileSdkVersion 36 buildToolsVersion "34.0.0" } } diff --git a/android/settings.gradle b/android/settings.gradle index 892dd28e..1bb3284d 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -19,8 +19,8 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.7.3" apply false - id "org.jetbrains.kotlin.android" version "1.9.0" apply false + id "com.android.application" version "8.9.1" apply false + id "org.jetbrains.kotlin.android" version "2.1.0" apply false } include ":app"