mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Update buildFeatures
in build scripts (#730)
This commit is contained in:
parent
b90dc2a8c3
commit
e4fa33b44f
@ -71,9 +71,6 @@ android {
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
// Disable unused AGP features
|
||||
aidl false
|
||||
renderScript false
|
||||
resValues false
|
||||
shaders false
|
||||
buildConfig true
|
||||
|
@ -11,7 +11,6 @@ android {
|
||||
|
||||
namespace = "eu.kanade.tachiyomi.extension.core"
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
sourceSets {
|
||||
named("main") {
|
||||
manifest.srcFile("AndroidManifest.xml")
|
||||
@ -19,9 +18,8 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
libraryVariants.all {
|
||||
generateBuildConfigProvider?.configure {
|
||||
enabled = false
|
||||
}
|
||||
buildFeatures {
|
||||
resValues = false
|
||||
shaders = false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user