Skip to content

Commit

Permalink
Set specific versions. (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored May 15, 2024
1 parent a1471b1 commit 8626315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
implementation("com.google.accompanist:accompanist-navigation-animation:0.34.0")

// LiveData
implementation("androidx.compose.runtime:runtime-livedata")
implementation("androidx.compose.runtime:runtime-livedata:1.6.7")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.0")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.8.0")

Expand Down Expand Up @@ -171,7 +171,7 @@ dependencies {
implementation("androidx.compose.ui:ui-tooling-preview")
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.7")
implementation("androidx.compose.material:material-icons-extended")

implementation("org.ocpsoft.prettytime:prettytime:5.0.8.Final")
Expand Down

0 comments on commit 8626315

Please sign in to comment.