mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(build): address DSL deprecation
This commit is contained in:
parent
00574b7ef1
commit
32243fdf7b
1 changed files with 2 additions and 4 deletions
|
@ -20,10 +20,8 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
buildFeatures {
|
||||
androidResources = true
|
||||
compose = true
|
||||
}
|
||||
androidResources.enable = true
|
||||
buildFeatures { compose = true }
|
||||
namespace = "dev.msfjarvis.claw.common"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue