Feat: Basic starter to add Widget support.

This commit is contained in:
HeCodes2Much
2024-05-22 16:43:09 +01:00
parent 364fe2bb7c
commit a3c4e6f0af
16 changed files with 382 additions and 10 deletions

View File

@@ -51,6 +51,7 @@ android {
}
buildFeatures {
viewBinding = true
dataBinding = true
}
applicationVariants.all {