|
1 | 1 | package com.guru.composecookbook.build.dependencies |
2 | 2 |
|
3 | 3 | internal object Versions { |
4 | | - const val compose = "1.5.4" // Updated to latest stable |
| 4 | + const val compose = "1.6.1" // Latest stable Compose UI version |
5 | 5 | const val composeCompiler = "1.5.8" // Latest compiler compatible with Kotlin 1.9.22 |
6 | | - const val activityCompose = "1.8.2" // Updated |
7 | | - const val pagingCompose = "3.2.1" // Updated |
8 | | - const val navCompose = "2.7.6" // Updated |
9 | | - const val constraintLayoutCompose = "1.0.1" |
10 | | - const val fontAwesomeCompose = "1.1.0" // Updated |
11 | | - const val coilCompose = "2.5.0" // Updated |
12 | | - const val kotlin = "1.9.22" // Latest stable kotlin that works with Compose 1.5.x |
13 | | - const val coroutines = "1.7.3" // Updated |
14 | | - const val androidLifecycleGrouped = "2.7.0" // Updated |
| 6 | + const val activityCompose = "1.8.2" // Latest stable |
| 7 | + const val pagingCompose = "3.3.0" // Latest stable |
| 8 | + const val navCompose = "2.7.7" // Latest stable navigation |
| 9 | + const val constraintLayoutCompose = "1.1.0" // Latest stable |
| 10 | + const val fontAwesomeCompose = "1.1.0" |
| 11 | + const val coilCompose = "2.5.0" // Latest stable |
| 12 | + const val kotlin = "1.9.22" // Latest stable kotlin compatible with Compose |
| 13 | + const val coroutines = "1.7.3" // Latest stable |
| 14 | + const val androidLifecycleGrouped = "2.7.0" // Latest stable |
15 | 15 | const val flinger = "1.0.5" |
16 | | - const val paging = "3.2.1" // Updated |
17 | | - const val lottie = "6.3.0" // Updated |
18 | | - const val room = "2.6.1" // Updated |
19 | | - const val coreKtx = "1.12.0" // Updated |
20 | | - const val appcompat = "1.6.1" // Updated |
| 16 | + const val paging = "3.2.1" // Latest stable |
| 17 | + const val lottie = "6.3.0" // Latest stable |
| 18 | + const val room = "2.6.1" // Latest stable |
| 19 | + const val coreKtx = "1.12.0" // Latest stable |
| 20 | + const val appcompat = "1.6.1" // Latest stable |
21 | 21 | const val paletteKtx = "1.0.0" |
22 | | - const val material = "1.11.0" // Updated |
23 | | - const val material3 = "1.2.0" // Updated |
| 22 | + const val material = "1.11.0" // Latest stable Material Design 1 |
| 23 | + const val material3 = "1.2.1" // Latest stable Material 3 |
24 | 24 | const val playServicesAds = "22.5.0" // Updated |
25 | 25 | const val googleMaps = "2.0.1" // Google Maps version that is available |
26 | 26 | const val playServicesMaps = "18.2.0" // Updated |
|
0 commit comments