mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +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 {
|
android {
|
||||||
buildFeatures {
|
androidResources.enable = true
|
||||||
androidResources = true
|
buildFeatures { compose = true }
|
||||||
compose = true
|
|
||||||
}
|
|
||||||
namespace = "dev.msfjarvis.claw.common"
|
namespace = "dev.msfjarvis.claw.common"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue