1 Commits

Author SHA1 Message Date
571012441f fix(deps): update kotlin monorepo to v2.1.0 2024-11-27 16:12:10 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ buildscript {
dependencies { dependencies {
// The Android Gradle Plugin knows how to build native code with the NDK. // The Android Gradle Plugin knows how to build native code with the NDK.
classpath 'com.android.tools.build:gradle:8.10.0-alpha02' classpath 'com.android.tools.build:gradle:8.4.2'
} }
} }

View File

@@ -112,5 +112,5 @@ flutter {
} }
dependencies { dependencies {
implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") implementation platform("org.jetbrains.kotlin:kotlin-bom:2.1.0")
} }

View File

@@ -50,7 +50,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:8.10.0-alpha02" classpath "com.android.tools.build:gradle:8.4.2"
} }
} }
subprojects { subprojects {

View File

@@ -41,7 +41,7 @@ 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.4.2" apply false id "com.android.application" version "8.4.2" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false id "org.jetbrains.kotlin.android" version "2.1.0" apply false
} }
include ":app" include ":app"