|
1 | 1 | [versions]
|
2 | 2 | androidDesugarJdkLibs = "2.0.4"
|
3 |
| -androidGradlePlugin = "8.3.2" |
| 3 | +androidGradlePlugin = "8.4.2" |
4 | 4 | androidxActivity = "1.9.0"
|
5 |
| -androidxAnnotation = "1.7.1" |
6 |
| -androidxAppCompat = "1.6.1" |
7 |
| -androidxComposeBom = "2024.04.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping |
8 |
| -androidxComposeCompiler = "1.5.11" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin |
| 5 | +androidxAnnotation = "1.8.0" |
| 6 | +androidxAppCompat = "1.7.0" |
| 7 | +androidxComposeBom = "2024.05.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping |
| 8 | +androidxComposeCompiler = "1.5.14" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin |
9 | 9 | androidxComposeRuntimeTracing = "1.0.0-beta01"
|
10 |
| -androidxCore = "1.13.0" |
| 10 | +androidxCore = "1.13.1" |
11 | 11 | androidxCoreSplashscreen = "1.0.1"
|
12 |
| -androidxDataStore = "1.1.0" |
| 12 | +androidxDataStore = "1.1.1" |
13 | 13 | androidxEspresso = "3.5.1"
|
14 | 14 | androidxHiltNavigationCompose = "1.2.0"
|
15 |
| -androidxLifecycle = "2.7.0" |
| 15 | +androidxLifecycle = "2.8.1" |
16 | 16 | androidxMacroBenchmark = "1.2.4"
|
17 | 17 | androidxNavigation = "2.7.7"
|
18 | 18 | androidxMetrics = "1.0.0-beta01"
|
19 | 19 | androidxProfileinstaller = "1.3.1"
|
20 | 20 | androidxStartup = "1.1.1"
|
21 |
| -androidxWindowManager = "1.2.0" |
| 21 | +androidxWindowManager = "1.3.0" |
22 | 22 | androidxTestCore = "1.5.0"
|
23 | 23 | androidxTestExt = "1.1.5"
|
24 | 24 | androidxTestRunner = "1.5.2"
|
25 | 25 | androidxTestRules = "1.5.0"
|
26 | 26 | androidxTracing = "1.2.0"
|
27 | 27 | androidxUiAutomator = "2.3.0"
|
28 | 28 | androidxWork = "2.9.0"
|
29 |
| -firebaseBom = "32.8.1" |
| 29 | +firebaseBom = "33.1.0" |
30 | 30 | hilt = "2.51.1"
|
31 | 31 | hiltExt = "1.2.0"
|
32 | 32 | junit4 = "4.13.2"
|
33 |
| -kotlin = "1.9.23" |
| 33 | +kotlin = "1.9.24" |
34 | 34 | kotlinxCoroutines = "1.8.0"
|
35 | 35 | kotlinxDatetime = "0.5.0"
|
36 | 36 | kotlinxSerializationJson = "1.6.3"
|
37 | 37 | ksp = "1.9.23-1.0.20"
|
38 |
| -lint = "31.3.2" |
| 38 | +lint = "31.4.2" |
39 | 39 | publishPlugin = "1.2.1"
|
40 | 40 | markdown = "0.4.1"
|
41 | 41 | leakcanary = "2.14"
|
42 | 42 | mockk = "1.13.10"
|
43 | 43 | slf4j = "2.0.13" # don't update
|
44 | 44 | robolectric = "4.12.1"
|
45 |
| -material3 = "1.2.1" |
46 |
| -material = "1.6.6" |
| 45 | +material3 = "1.3.0-beta02" |
| 46 | +material = "1.6.7" |
47 | 47 |
|
48 | 48 | nordic-log = "2.3.0"
|
49 | 49 | nordicPlugins = "2.0.1"
|
50 | 50 | dokkaPlugin = "1.9.20"
|
51 |
| -googleServicesPlugins = "4.4.1" |
52 |
| -firebaseCrashlyticsPlugins = "2.9.9" |
| 51 | +googleServicesPlugins = "4.4.2" |
| 52 | +firebaseCrashlyticsPlugins = "3.0.1" |
53 | 53 |
|
54 | 54 | [libraries]
|
55 | 55 | android-desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }
|
|
0 commit comments