mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
Update compileSdkVersion and plugin versions in build.gradle and settings.gradle
This commit is contained in:
parent
2322549dcd
commit
ae165045eb
3 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ if (flutterVersionName == null) {
|
|||
|
||||
android {
|
||||
namespace "com.kodjodevf.mangayomi"
|
||||
compileSdkVersion 35
|
||||
compileSdkVersion 36
|
||||
ndkVersion flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue