1 Commits

Author SHA1 Message Date
e49d363a09 chore(deps): update dependency ffigen to v16 2025-01-26 22:14:02 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

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.1.20-Beta1" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false
} }
include ":app" include ":app"

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: ^14.0.0 ffigen: ^16.0.0
freezed: any freezed: any
json_serializable: any json_serializable: any