13
13
# limitations under the License.
14
14
15
15
[versions ]
16
- accompanist = " 0.32 .0"
17
- activity = " 1.9.0 "
16
+ accompanist = " 0.34 .0"
17
+ activity = " 1.9.1 "
18
18
agp = " 8.2.2"
19
- benchmarkMacroJunit4 = " 1.2.4"
20
- baselineprofile = " 1.2.4"
21
- camera = " 1.3.3"
22
- coil = " 2.4.0"
23
- compose_bom = " 2024.05.00"
24
- composeCompiler = " 1.5.4" # Used in app/build.gradle.kts
25
- compose-foundation = " 1.6.0-beta03"
26
- concurrent = " 1.1.0"
19
+ benchmarkMacroJunit4 = " 1.3.0"
20
+ baselineprofile = " 1.3.0"
21
+ camera = " 1.3.4"
22
+ coil = " 2.6.0"
23
+ compose_bom = " 2024.08.00"
24
+ concurrent = " 1.2.0"
27
25
core = " 1.13.1"
28
26
core-splashscreen = " 1.2.0-alpha01"
29
- espresso = " 3.5 .1"
30
- graphics = " 1.0.0-beta01 "
31
- hilt = " 2.48 .1"
32
- hiltNavigationCompose = " 1.1 .0"
27
+ espresso = " 3.6 .1"
28
+ graphics = " 1.0.0"
29
+ hilt = " 2.51 .1"
30
+ hiltNavigationCompose = " 1.2 .0"
33
31
junit = " 4.13.2"
34
- kotlin = " 1.9.20 "
35
- ksp = " 1.9.20 -1.0.14 "
36
- lifecycle = " 2.7.0 "
32
+ kotlin = " 2.0.0 "
33
+ ksp = " 2.0.0 -1.0.21 "
34
+ lifecycle = " 2.8.4 "
37
35
material3 = " 1.2.1"
38
- media3 = " 1.3 .1"
36
+ media3 = " 1.4 .1"
39
37
navigation = " 2.7.7"
40
38
profileinstaller = " 1.3.1"
41
39
room = " 2.6.1"
42
40
spotless = " 6.24.0"
43
- test = " 1.1.5 "
44
- truth = " 1.1.3 "
41
+ test = " 1.2.1 "
42
+ truth = " 1.4.4 "
45
43
turbine = " 1.0.0"
46
44
uiautomator = " 2.3.0"
47
- window = " 1.2 .0"
48
- material3-adaptive-navigation-suite = " 1.0 .0-alpha05 "
49
- glance = " 1.1.0-beta02 "
45
+ window = " 1.3 .0"
46
+ material3-adaptive-navigation-suite = " 1.3 .0-rc01 "
47
+ glance = " 1.1.0"
50
48
51
49
[libraries ]
52
50
accompanist-painter = { group = " com.google.accompanist" , name = " accompanist-drawablepainter" , version.ref = " accompanist" }
@@ -65,7 +63,6 @@ compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref =
65
63
compose-material-icons = { group = " androidx.compose.material" , name = " material-icons-extended" }
66
64
compose-material3 = { group = " androidx.compose.material3" , name = " material3" , version.ref = " material3" }
67
65
compose-material3-adaptive = { group = " androidx.compose.material3" , name = " material3-adaptive-navigation-suite" , version.ref = " material3-adaptive-navigation-suite" }
68
- compose-foundation = { group = " androidx.compose.foundation" , name = " foundation" }
69
66
compose-ui = { group = " androidx.compose.ui" , name = " ui" }
70
67
compose-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
71
68
compose-ui-test = { group = " androidx.compose.ui" , name = " ui-test-junit4" }
@@ -84,9 +81,8 @@ hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref
84
81
hilt-compiler = { group = " com.google.dagger" , name = " hilt-android-compiler" , version.ref = " hilt" }
85
82
hilt-navigation-compose = { group = " androidx.hilt" , name = " hilt-navigation-compose" , version.ref = " hiltNavigationCompose" }
86
83
junit = { group = " junit" , name = " junit" , version.ref = " junit" }
87
- lifecycle-compose = { group = " androidx.lifecycle" , name = " lifecycle-runtime-compose" , version.ref = " lifecycle" }
88
84
lifecycle-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycle" }
89
- lifecycle-runtime-compose = { module = " androidx.lifecycle: lifecycle-runtime-compose" , version.ref = " lifecycle" }
85
+ lifecycle-runtime-compose = { group = " androidx.lifecycle" , name = " lifecycle-runtime-compose" , version.ref = " lifecycle" }
90
86
media3-common = { group = " androidx.media3" , name = " media3-common" , version.ref = " media3" }
91
87
media3-effect = { group = " androidx.media3" , name = " media3-effect" , version.ref = " media3" }
92
88
media3-exoplayer = { group = " androidx.media3" , name = " media3-exoplayer" , version.ref = " media3" }
@@ -108,6 +104,7 @@ ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts
108
104
androidApplication = { id = " com.android.application" , version.ref = " agp" }
109
105
androidTest = { id = " com.android.test" , version.ref = " agp" }
110
106
baselineprofile = { id = " androidx.baselineprofile" , version.ref = " baselineprofile" }
107
+ compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
111
108
hilt = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
112
109
kotlinAndroid = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
113
110
ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
0 commit comments