diff --git a/android/build.gradle b/android/build.gradle index 568d5a93c..1f53d8279 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -100,5 +100,5 @@ tasks.register("clean", Delete) { } ext { - kotlin_version = '2.0.20' + kotlin_version = '2.1.0' } diff --git a/pubspec.yaml b/pubspec.yaml index 8d4fe21b4..6f22b5b2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -146,7 +146,7 @@ dependencies: # pip fl_pip: git: - url: https://github.com/Wayaer/fl_pip.git + url: https://github.com/orz12/fl_pip.git ref: main # html解析 html: ^0.15.4