mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +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.applicationId = "dev.msfjarvis.claw.android"
|
||||||
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
buildFeatures.compose = true
|
buildFeatures.compose = true
|
||||||
composeOptions { useLiveLiterals = false }
|
|
||||||
buildTypes.create("internal") {
|
buildTypes.create("internal") {
|
||||||
matchingFallbacks += "release"
|
matchingFallbacks += "release"
|
||||||
signingConfig = signingConfigs["debug"]
|
signingConfig = signingConfigs["debug"]
|
||||||
|
|
|
@ -23,7 +23,6 @@ android {
|
||||||
androidResources = true
|
androidResources = true
|
||||||
compose = true
|
compose = true
|
||||||
}
|
}
|
||||||
composeOptions { useLiveLiterals = false }
|
|
||||||
namespace = "dev.msfjarvis.claw.common"
|
namespace = "dev.msfjarvis.claw.common"
|
||||||
experimentalProperties["android.experimental.enableScreenshotTest"] = true
|
experimentalProperties["android.experimental.enableScreenshotTest"] = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue