Skip to content

Commit

Permalink
Merge pull request #18 from RamziJabali/JJ1-Add-Dependencies-Required
Browse files Browse the repository at this point in the history
Added Coroutines and composable graphs gradle dependency.
  • Loading branch information
RamziJabali authored Mar 19, 2024
2 parents 4298a2f + 7d29161 commit f39be3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion just-jog-2.0/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ junitVersion = "1.1.5"
espressoCore = "3.5.1"
lifecycleRuntimeKtx = "2.7.0"
activityCompose = "1.8.2"
composeBom = "2023.08.00"
composeBom = "2024.02.02"
coroutines = "1.8.1"
composableGraphs = "v1.2.3"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand All @@ -24,6 +26,9 @@ androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-toolin
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
org-jetbrains-ktx = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
org-jetbrains-core-ktx = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
com-github-jaikeerthick = { group = "com.github.jaikeerthick", name = "Composable-Graphs", version.ref = "composableGraphs" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit f39be3f

Please sign in to comment.