mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +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 {
|
android {
|
||||||
namespace "com.kodjodevf.mangayomi"
|
namespace "com.kodjodevf.mangayomi"
|
||||||
compileSdkVersion 35
|
compileSdkVersion 36
|
||||||
ndkVersion flutter.ndkVersion
|
ndkVersion flutter.ndkVersion
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ subprojects {
|
||||||
if (project.plugins.hasPlugin("com.android.application") ||
|
if (project.plugins.hasPlugin("com.android.application") ||
|
||||||
project.plugins.hasPlugin("com.android.library")) {
|
project.plugins.hasPlugin("com.android.library")) {
|
||||||
project.android {
|
project.android {
|
||||||
compileSdkVersion 35
|
compileSdkVersion 36
|
||||||
buildToolsVersion "34.0.0"
|
buildToolsVersion "34.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@ pluginManagement {
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||||
id "com.android.application" version "8.7.3" apply false
|
id "com.android.application" version "8.9.1" apply false
|
||||||
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
|
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
include ":app"
|
include ":app"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue