diff --git a/example/android/settings.gradle.kts b/example/android/settings.gradle.kts index 0847c946..4674842c 100644 --- a/example/android/settings.gradle.kts +++ b/example/android/settings.gradle.kts @@ -22,7 +22,7 @@ plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("com.android.application") version "8.12.0" apply false id("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("org.jlleitschuh.gradle.ktlint") version "13.1.+" apply false + id("org.jlleitschuh.gradle.ktlint") version "14.0.+" apply false } include(":app") diff --git a/maplibre/android/build.gradle b/maplibre/android/build.gradle index e55e5074..2fff4819 100644 --- a/maplibre/android/build.gradle +++ b/maplibre/android/build.gradle @@ -12,10 +12,10 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:8.12.3") + classpath("com.android.tools.build:gradle:8.13.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") // noinspection GradleDynamicVersion - classpath("org.jlleitschuh.gradle:ktlint-gradle:13.1.+") + classpath("org.jlleitschuh.gradle:ktlint-gradle:14.0.+") } } @@ -67,7 +67,7 @@ android { dependencies { // jnigen picks up api dependencies - api 'org.maplibre.gl:android-sdk:12.0.+' + api 'org.maplibre.gl:android-sdk:12.1.+' testImplementation "org.jetbrains.kotlin:kotlin-test" testImplementation "org.mockito:mockito-core:5.20.+" }