6.0.0 - 部分插件及工具版本更新

This commit is contained in:
SuperMonster003
2021-12-01 13:39:18 +08:00
parent 684938893a
commit 99a1d8490f
195 changed files with 5540 additions and 3909 deletions

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("dx.jar"))

Binary file not shown.

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("crashreport-2.6.6.aar"))

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("term-debug.aar"))

Binary file not shown.

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("emulatorview-release.aar"))

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("libtermexec-release.aar"))

View File

@@ -0,0 +1,8 @@
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_16
}
}
configurations.maybeCreate("default")
artifacts.add("default", file("rhino-1.7.14-SNAPSHOT.jar"))

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("opencv-4.5.4.aar"))

Binary file not shown.