Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenMcGirr committed Mar 1, 2024
1 parent 5939811 commit bba1485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ dependencies {
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation "androidx.compose.runtime:runtime-livedata:1.6.1"
implementation "androidx.compose.runtime:runtime-livedata:1.6.2"
implementation 'androidx.activity:activity-compose:1.8.2'
implementation "androidx.navigation:navigation-compose:2.7.7"
implementation "androidx.compose.runtime:runtime-livedata:1.6.1"
implementation "androidx.compose.runtime:runtime-livedata:1.6.2"
implementation(platform("com.google.firebase:firebase-bom:32.7.0"))
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-auth'
Expand All @@ -84,5 +84,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.1"
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.2"
}

0 comments on commit bba1485

Please sign in to comment.