mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-01 00:10:16 +08:00
@@ -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 =
|
||||
|
||||
12
pubspec.lock
12
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:
|
||||
|
||||
Reference in New Issue
Block a user