release 1.3.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user