fix: android widget id (#323)

This commit is contained in:
lollipopkit
2024-04-10 08:20:00 +08:00
parent 4d58eafc19
commit 107548aa36
2 changed files with 10 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "com.android.application" version "7.4.2" apply false
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
}