fix(build): address DSL deprecation

This commit is contained in:
Harsh Shandilya 2025-05-20 17:06:49 +05:30
parent 00574b7ef1
commit 32243fdf7b

View file

@ -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"
} }