From 5296a8f7f07a22f347ad53bc8c7651e6787bf3ec Mon Sep 17 00:00:00 2001 From: dom Date: Tue, 28 Jul 2026 13:40:21 +0800 Subject: [PATCH] upgrade deps Signed-off-by: dom --- android/build.gradle.kts | 14 -------------- pubspec.lock | 12 ++++++------ 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 15aace0ef..59b31be82 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -19,20 +19,6 @@ subprojects { } subprojects { - beforeEvaluate { - if (project.name == "jni") { - val agpMajorVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION - .substringBefore('.') - .toInt() - val builtInKotlinProperty = - project.providers.gradleProperty("android.builtInKotlin").orNull - val isBuiltInKotlinEnabled = agpMajorVersion >= 9 && - (builtInKotlinProperty == null || builtInKotlinProperty.toBoolean()) - if (!isBuiltInKotlinEnabled) { - project.apply(plugin = "org.jetbrains.kotlin.android") - } - } - } afterEvaluate { if (project.extensions.findByName("android") != null) { val androidExtension = diff --git a/pubspec.lock b/pubspec.lock index a20a7de3e..f1b4d6d54 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -166,10 +166,10 @@ packages: dependency: transitive description: name: build_config - sha256: f2c223156a26eea323e6244b85141d76413a80aeee9fe0b380773789fabaf8ae + sha256: "94eaf6708fe64408c632ef2689ca3777b112f9421306ccf4f8c84d7c5c9f83f8" url: "https://pub.dev" source: hosted - version: "1.3.1" + version: "1.3.2" build_daemon: dependency: transitive description: @@ -968,18 +968,18 @@ packages: dependency: "direct main" description: name: jni - sha256: ca1efa31ef27a0b8ecbb4f8dcf3785e5ad1b8a54c64af9b72d287ae81f93a4f4 + sha256: "5bc9a9daac5ccfbd6a758377600b9f7fdce13d93f26e8012a8941014a5d978d1" url: "https://pub.dev" source: hosted - version: "1.0.1" + version: "1.0.2" jni_flutter: dependency: transitive description: name: jni_flutter - sha256: "8b59e590786050b1cd866677dddaf76b1ade5e7bc751abe04b86e84d379d3ba6" + sha256: "7b717011ea40d04fd47c2731d3d1d36eb99eba3435c2753d62489e8c3c9991d5" url: "https://pub.dev" source: hosted - version: "1.0.1" + version: "1.0.2" jni_util: dependency: transitive description: