mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Disable unused build features
This commit is contained in:
@@ -89,6 +89,11 @@ subprojects {
|
|||||||
dependencies {
|
dependencies {
|
||||||
add("coreLibraryDesugaring", libs.desugarJdkLibs)
|
add("coreLibraryDesugaring", libs.desugarJdkLibs)
|
||||||
}
|
}
|
||||||
|
buildFeatures.apply {
|
||||||
|
aidl = false
|
||||||
|
renderScript = false
|
||||||
|
shaders = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
plugins.withType<com.codingfeline.buildkonfig.gradle.BuildKonfigPlugin> {
|
plugins.withType<com.codingfeline.buildkonfig.gradle.BuildKonfigPlugin> {
|
||||||
|
|||||||
Reference in New Issue
Block a user