@@ -3,7 +3,7 @@ accompanist = "0.36.0"
3
3
androidGradlePlugin = " 8.7.3"
4
4
androidx-activity-compose = " 1.9.3"
5
5
androidx-appcompat = " 1.7.0"
6
- androidx-compose-bom = " 2024.11.00 "
6
+ androidx-compose-bom = " 2024.12.01 "
7
7
androidx-compose-ui-test = " 1.7.0-alpha08"
8
8
androidx-constraintlayout = " 2.2.0"
9
9
androidx-constraintlayout-compose = " 1.1.0"
@@ -14,48 +14,48 @@ androidx-fragment-ktx = "1.8.5"
14
14
androidx-glance-appwidget = " 1.1.1"
15
15
androidx-lifecycle-compose = " 2.8.7"
16
16
androidx-lifecycle-runtime-compose = " 2.8.7"
17
- androidx-navigation = " 2.8.4 "
18
- androidx-paging = " 3.3.4 "
17
+ androidx-navigation = " 2.8.5 "
18
+ androidx-paging = " 3.3.5 "
19
19
androidx-test = " 1.6.1"
20
20
androidx-test-espresso = " 3.6.1"
21
21
androidx-window = " 1.3.0"
22
22
androidxHiltNavigationCompose = " 1.2.0"
23
23
coil = " 2.7.0"
24
24
# @keep
25
25
compileSdk = " 35"
26
- compose-latest = " 1.7.5 "
26
+ compose-latest = " 1.7.6 "
27
27
composeUiTooling = " 1.4.0"
28
28
coreSplashscreen = " 1.0.1"
29
29
coroutines = " 1.9.0"
30
30
glide = " 1.0.0-beta01"
31
31
google-maps = " 19.0.0"
32
32
gradle-versions = " 0.51.0"
33
- guava = " 33.2.1-android "
34
- hilt = " 2.52 "
35
- horologist = " 0.6.20 "
33
+ guava = " 33.4.0-jre "
34
+ hilt = " 2.53.1 "
35
+ horologist = " 0.6.22 "
36
36
junit = " 4.13.2"
37
- kotlin = " 2.0.21 "
37
+ kotlin = " 2.1.0 "
38
38
kotlinxSerializationJson = " 1.7.3"
39
- ksp = " 2.0.21 -1.0.26 "
40
- maps-compose = " 6.2 .0"
41
- material = " 1.13.0-alpha07 "
39
+ ksp = " 2.1.0 -1.0.29 "
40
+ maps-compose = " 6.4 .0"
41
+ material = " 1.13.0-alpha08 "
42
42
material3-adaptive = " 1.0.0"
43
43
material3-adaptive-navigation-suite = " 1.3.1"
44
- media3 = " 1.4.1 "
44
+ media3 = " 1.5.0 "
45
45
# @keep
46
46
minSdk = " 21"
47
- playServicesWearable = " 18.2 .0"
48
- protolayout = " 1.3.0-alpha04 "
49
- protolayoutExpression = " 1.3.0-alpha04 "
50
- protolayoutMaterial = " 1.3.0-alpha04 "
47
+ playServicesWearable = " 19.0 .0"
48
+ protolayout = " 1.3.0-alpha05 "
49
+ protolayoutExpression = " 1.3.0-alpha05 "
50
+ protolayoutMaterial = " 1.3.0-alpha05 "
51
51
recyclerview = " 1.3.2"
52
52
# @keep
53
53
targetSdk = " 34"
54
- tiles = " 1.5.0-alpha04 "
55
- tilesRenderer = " 1.5.0-alpha04 "
56
- tilesTesting = " 1.5.0-alpha04 "
57
- tilesTooling = " 1.5.0-alpha04 "
58
- tilesToolingPreview = " 1.5.0-alpha04 "
54
+ tiles = " 1.5.0-alpha05 "
55
+ tilesRenderer = " 1.5.0-alpha05 "
56
+ tilesTesting = " 1.5.0-alpha05 "
57
+ tilesTooling = " 1.5.0-alpha05 "
58
+ tilesToolingPreview = " 1.5.0-alpha05 "
59
59
version-catalog-update = " 0.8.5"
60
60
wear = " 1.3.0"
61
61
wearComposeFoundation = " 1.4.0"
@@ -64,7 +64,7 @@ wearToolingPreview = "1.0.0"
64
64
65
65
[libraries ]
66
66
accompanist-adaptive = { module = " com.google.accompanist:accompanist-adaptive" , version.ref = " accompanist" }
67
- accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanist " }
67
+ accompanist-permissions = " com.google.accompanist:accompanist-permissions:0.37.0 "
68
68
accompanist-theme-adapter-appcompat = { module = " com.google.accompanist:accompanist-themeadapter-appcompat" , version.ref = " accompanist" }
69
69
accompanist-theme-adapter-material = { module = " com.google.accompanist:accompanist-themeadapter-material" , version.ref = " accompanist" }
70
70
accompanist-theme-adapter-material3 = { module = " com.google.accompanist:accompanist-themeadapter-material3" , version.ref = " accompanist" }
0 commit comments