Skip to content

Commit

Permalink
Update libraries to stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Sep 18, 2024
1 parent fc95a3a commit c21b237
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ nexus-publish = "2.0.0"
android-minSdk = "21"
android-compileSdk = "34"
android-targetSdk = "32"
androidx-lifecycle = "2.8.0-alpha03"
androidx-lifecycle = "2.8.0"
androidx-activity = "1.8.2"
androidx-test = "1.7.0-alpha05"
compose-ui = "1.6.10-beta02"
androidx-test = "1.7.0"
compose-ui = "1.6.10"
compose-material = "1.6.1"
compose-jb = "1.6.10-beta02"
jetbrains-lifecycle-viewmodel-compose = "2.8.0-alpha01"
compose-jb = "1.6.10"
jetbrains-lifecycle-viewmodel-compose = "2.8.0"
leakcanary = "2.13"

[libraries]
Expand Down

0 comments on commit c21b237

Please sign in to comment.