11[versions ]
22activity-compose = " 1.10.1"
3- agp = " 8.11.1 "
3+ agp = " 8.12.0 "
44annotation = " 1.9.1"
55appcompat = " 1.7.1"
66assert-k = " 0.28.1"
@@ -16,6 +16,7 @@ desugar-jdk-libs = "2.1.5"
1616detekt = " 1.23.8"
1717detektCompose = " 0.4.26"
1818espresso-core = " 3.7.0"
19+ glance = " 1.1.1"
1920junit = " 4.13.2"
2021junit5 = " 5.13.4"
2122junit5-compose = " 1.8.0"
@@ -58,6 +59,8 @@ material = { group = "com.google.android.material", name = "material", version.r
5859# AndroidX Libraries
5960androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " core-ktx" }
6061androidx-core-splashscreen = { module = " androidx.core:core-splashscreen" , version.ref = " core-splashscreen" }
62+ androidx-glance-appwidget = { module = " androidx.glance:glance-appwidget" , version.ref = " glance" }
63+ androidx-glance-material3 = { module = " androidx.glance:glance-material3" , version.ref = " glance" }
6164androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycle-runtime-ktx" }
6265androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigation-compose" }
6366androidx-security-crypto-ktx = { module = " androidx.security:security-crypto-ktx" , version.ref = " security-crypto-ktx" }
@@ -78,11 +81,9 @@ androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-
7881androidx-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" , version.ref = " material-icons-extended" }
7982
8083# 3rd Party Libraries
81- agp = { module = " com.android.tools.build:gradle" , version.ref = " agp" }
8284coil-compose = { module = " io.coil-kt:coil-compose" , version.ref = " coil-compose" }
8385desugar-jdk-libs = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " desugar-jdk-libs" }
8486detekt-compose = { group = " io.nlopez.compose.rules" , name = " detekt" , version.ref = " detektCompose" }
85- kgp = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
8687koin-android-workmanager = { group = " io.insert-koin" , name = " koin-androidx-workmanager" , version.ref = " koin" }
8788koin-android = { group = " io.insert-koin" , name = " koin-android" , version.ref = " koin" }
8889koin-core = { group = " io.insert-koin" , name = " koin-core" , version.ref = " koin" }
@@ -147,6 +148,10 @@ compose-debug = [
147148 " androidx-compose-ui-tooling" ,
148149 " androidx-compose-ui-test-manifest" ,
149150]
151+ glance = [
152+ " androidx-glance-appwidget" ,
153+ " androidx-glance-material3"
154+ ]
150155koin = [
151156 " koin-core" ,
152157 " koin-android" ,
0 commit comments