mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
feat(android): enable read posts feature
This commit is contained in:
parent
ed071a0fff
commit
4b4f00ad8e
3 changed files with 3 additions and 17 deletions
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
@file:Suppress("UnstableApiUsage")
|
||||
|
||||
import com.android.build.api.variant.BuildConfigField
|
||||
import dev.msfjarvis.claw.gradle.addTestDependencies
|
||||
|
||||
plugins {
|
||||
|
@ -35,15 +34,6 @@ android {
|
|||
packagingOptions.resources.pickFirsts += "**/*.bin"
|
||||
}
|
||||
|
||||
androidComponents {
|
||||
onVariants { variant ->
|
||||
variant.buildConfigFields.put(
|
||||
"ENABLE_READ_COMMENTS",
|
||||
BuildConfigField("boolean", "false", "Not yet buddy boy")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
baselineProfile {
|
||||
dexLayoutOptimization = true
|
||||
mergeIntoMain = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue