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