Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Aug 8, 2022
1 parent 6629517 commit f59c77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.*

val vCompose = "1.2.0"
val vComposeCompiler = "1.2.0"
val vAccompanist = "0.24.13-rc"
val vAccompanist = "0.25.0"
val vRoom = "2.5.0-alpha02"

plugins {
Expand Down Expand Up @@ -228,8 +228,8 @@ dependencies {
implementation("com.github.saulhdev:colorpickerx:1.5.3")
implementation("io.github.hokofly:hoko-blur:1.3.7")
implementation("com.luckycatlabs:SunriseSunsetCalculator:1.2")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.9")
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.9")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.10")
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.10")
implementation("com.google.protobuf:protobuf-javalite:3.21.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
Expand Down

0 comments on commit f59c77d

Please sign in to comment.