From c682a780459b42be0fb21d5cb3ef4c4951088cd1 Mon Sep 17 00:00:00 2001 From: orz12 Date: Sun, 22 Dec 2024 18:22:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BE=9D=E8=B5=96=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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