release 1.3.1

This commit is contained in:
Developer
2026-04-01 18:40:21 +08:00
parent 91ef47f991
commit f0a62ed68b
60 changed files with 1750 additions and 313 deletions

View File

@@ -38,18 +38,19 @@ allprojects {
}
}
project(":audioplayers_android") {
tasks.withType<JavaCompile> {
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
jvmTarget = "1.8"
}
}
}
// 注释掉 audioplayers_android 项目配置,因为我们使用的是 Git 仓库版本
// project(":audioplayers_android") {
// tasks.withType<JavaCompile> {
// sourceCompatibility = "1.8"
// targetCompatibility = "1.8"
// }
//
// tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
// kotlinOptions {
// jvmTarget = "1.8"
// }
// }
// }
val newBuildDir: Directory =
rootProject.layout.buildDirectory