New widget picker, add support for work profile widgets

This commit is contained in:
MM20
2023-04-07 17:22:38 +02:00
parent 057f0ff8fd
commit 309bee62fd
11 changed files with 612 additions and 121 deletions

View File

@@ -45,6 +45,8 @@ dependencies {
implementation(libs.androidx.appcompat)
implementation(libs.materialcomponents.core)
implementation(libs.koin.android)
implementation(libs.androidx.palette)
implementation(project(":core:ktx"))