Skip to content

Commit

Permalink
Migrated implementation of widget to glance
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyPouya committed Jul 28, 2024
1 parent a03ef20 commit 7e3b716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]
appVersion = "600"
compileSdkVersion = "34"
glance = "1.1.0"
minSdkVersion = "21"
targetSdkVersion = "34"
agp = "8.5.1"
Expand All @@ -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" }
Expand Down

0 comments on commit 7e3b716

Please sign in to comment.