mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): remove deprecated ComposeOptions
This commit is contained in:
parent
e00d6e5819
commit
bee721d9d8
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ android {
|
|||
defaultConfig.applicationId = "dev.msfjarvis.claw.android"
|
||||
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
buildFeatures.compose = true
|
||||
composeOptions { useLiveLiterals = false }
|
||||
buildTypes.create("internal") {
|
||||
matchingFallbacks += "release"
|
||||
signingConfig = signingConfigs["debug"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue