1 Commits

3 changed files with 3 additions and 3 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.4.2' classpath 'com.android.tools.build:gradle:8.10.0-alpha02'
} }
} }

View File

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

View File

@@ -40,7 +40,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.9.0-alpha09" 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.0.0" apply false
} }