Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenMcGirr committed Mar 9, 2024
1 parent 7e6ebf6 commit cccbc0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ 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.2"
implementation "androidx.compose.runtime:runtime-livedata:1.6.3"
implementation 'androidx.activity:activity-compose:1.8.2'
implementation "androidx.navigation:navigation-compose:2.7.7"
implementation "androidx.compose.runtime:runtime-livedata:1.6.2"
implementation(platform("com.google.firebase:firebase-bom:32.7.3"))
implementation "androidx.compose.runtime:runtime-livedata:1.6.3"
implementation(platform("com.google.firebase:firebase-bom:32.7.4"))
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-auth'
implementation 'com.google.firebase:firebase-crashlytics'
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.2"
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.3"
}

0 comments on commit cccbc0b

Please sign in to comment.