Skip to content

Commit

Permalink
fix: add missing Navigation libraries to libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzoud committed Oct 6, 2024
1 parent ca3860a commit c9635ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ kaspresso = "1.5.5"
robolectric = "4.11.1"
sonar = "4.4.1.3373"
gms = "4.4.2"
navigationCompose = "2.7.7"

# Firebase Libraries
firebaseAuth = "23.0.0"
Expand Down Expand Up @@ -56,6 +57,11 @@ firebase-database-ktx = { module = "com.google.firebase:firebase-database-ktx",
firebase-firestore = { module = "com.google.firebase:firebase-firestore", version.ref = "firebaseFirestore" }
firebase-ui-auth = { module = "com.firebaseui:firebase-ui-auth", version.ref = "firebaseUiAuth" }

# Navigation Libraries
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
androidx-navigation-fragment-ktx = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigationCompose" }
androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigationCompose" }

[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Expand Down

0 comments on commit c9635ea

Please sign in to comment.