Skip to content

Commit

Permalink
Use version in version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed May 29, 2024
1 parent abd5115 commit 2d39d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion final/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3"
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "securityCrypto" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
apollo-runtime = { module = "com.apollographql.apollo3:apollo-runtime" }
apollo-runtime = { module = "com.apollographql.apollo3:apollo-runtime", version.ref = "apollo"}

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

0 comments on commit 2d39d3b

Please sign in to comment.