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.9.0-alpha09'
} }
} }

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.9.0-alpha09"
} }
} }
subprojects { subprojects {

View File

@@ -27,7 +27,7 @@ dependencies:
dev_dependencies: dev_dependencies:
build_runner: ^2.4.11 build_runner: ^2.4.11
flutter_lints: any flutter_lints: any
ffigen: ^16.0.0 ffigen: ^14.0.0
freezed: any freezed: any
json_serializable: any json_serializable: any