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