|
1 | 1 | [versions]
|
| 2 | +androidxLifecycle = "2.2.0" |
2 | 3 | androidxNavigation = "2.4.2"
|
3 | 4 | androidxTestCore = "1.6.1"
|
4 | 5 | androidxCompose = "1.6.3"
|
@@ -42,17 +43,25 @@ spring-dependency-management = { id = "io.spring.dependency-management", version
|
42 | 43 | gretty = { id = "org.gretty", version = "4.0.0" }
|
43 | 44 |
|
44 | 45 | [libraries]
|
| 46 | +androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.3.0" } |
| 47 | +androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } |
45 | 48 | androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.8.2" }
|
46 | 49 | androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidxCompose" }
|
47 | 50 | androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidxCompose" }
|
48 | 51 | androidx-compose-material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
|
49 | 52 | androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "androidxCompose" }
|
50 | 53 | # Note: don't change without testing forwards compatibility
|
51 | 54 | androidx-compose-ui-replay = { module = "androidx.compose.ui:ui", version = "1.5.0" }
|
| 55 | +androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.3" } |
52 | 56 | androidx-core = { module = "androidx.core:core", version = "1.3.2" }
|
53 | 57 | androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.7.0" }
|
| 58 | +androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version = "1.3.5" } |
| 59 | +androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidxLifecycle" } |
| 60 | +androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidxLifecycle" } |
54 | 61 | androidx-navigation-runtime = { module = "androidx.navigation:navigation-runtime", version.ref = "androidxNavigation" }
|
55 | 62 | androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxNavigation" }
|
| 63 | +androidx-sqlite = { module = "androidx.sqlite:sqlite", version = "2.3.1" } |
| 64 | +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.2.1" } |
56 | 65 | coil-compose = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
|
57 | 66 | errorprone-core = { module = "com.google.errorprone:error_prone_core", version = "2.11.0" }
|
58 | 67 | jetbrains-annotations = { module = "org.jetbrains:annotations", version = "23.0.0"}
|
|
0 commit comments