diff --git a/android/app/build.gradle b/android/app/build.gradle index 273c8f2..acc0477 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -42,7 +42,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"*/ android { namespace = "be.unov.mymuseum.fortsaintheribert" compileSdkVersion 36 - ndkVersion "27.0.12077973" + ndkVersion "28.2.13676358" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/android/settings.gradle b/android/settings.gradle index 0613466..de02ded 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -32,7 +32,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.9.0" apply false - id "org.jetbrains.kotlin.android" version "2.1.0" apply false + id "org.jetbrains.kotlin.android" version "2.3.10" apply false id "com.google.gms.google-services" version "4.4.2" apply false }