From 7e3b716807f22028e63095fc47a1a16da7038972 Mon Sep 17 00:00:00 2001 From: Pouya Heydari Date: Sun, 28 Jul 2024 14:31:17 +0200 Subject: [PATCH] Migrated implementation of widget to glance --- gradle/libs.versions.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d5a94c6..f9c47d4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,7 @@ [versions] appVersion = "600" compileSdkVersion = "34" +glance = "1.1.0" minSdkVersion = "21" targetSdkVersion = "34" agp = "8.5.1" @@ -25,6 +26,8 @@ espresso = "3.6.1" ksp = "2.0.0-1.0.21" [libraries] +androidx-glance = { module = "androidx.glance:glance", version.ref = "glance" } +androidx-glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref = "glance" } appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref="appcompat" } constraintLayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref="constraintLayout" } recyclerView = { group = "androidx.recyclerview", name = "recyclerview", version.ref="recyclerView" }