Skip to content

Commit

Permalink
Updates on 0.4.x branch (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Sep 20, 2023
1 parent 93a43eb commit 5f54009
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- release-0.1.x
- release-0.4.x
paths-ignore:
- '**.md'
pull_request:
Expand Down
44 changes: 21 additions & 23 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
accompanist = "0.31.6-rc"
androidx-benchmark = "1.2.0-beta03"
androidx-complications-data = "1.2.0-alpha09"
androidx-compose-material = "1.5.0"
accompanist = "0.32.0"
androidx-benchmark = "1.2.0-beta05"
androidx-complications-data = "1.2.0-beta02"
androidx-compose-material = "1.5.1"
androidx-concurrent = "1.1.0"
androidx-datastore = "1.0.0"
androidx-health-services = "1.0.0-rc01"
androidx-hilt = "1.0.0"
androidx-media3 = "1.1.0"
androidx-media3 = "1.1.1"
androidx-test-espresso = "3.6.0-alpha01"
androidx-test-ext = "1.2.0-alpha01"
androidx-tracingPerfetto = "1.0.0-beta01"
androidx-tracingPerfettoBinary = "1.0.0-beta01"
androidx-wear-watchface = "1.2.0-alpha09"
androidx-tracingPerfetto = "1.0.0-beta03"
androidx-tracingPerfettoBinary = "1.0.0-beta03"
androidx-wear-watchface = "1.2.0-beta02"
androidxActivity = "1.7.2"
androidxCore = "1.10.1"
androidxLifecycle = "2.6.1"
androidxNavigation = "2.7.0"
androidxCore = "1.12.0"
androidxLifecycle = "2.6.2"
androidxNavigation = "2.7.2"
androidxPhoneInteractions = "1.1.0-alpha03"
androidxRemoteInteractions = "1.0.0"
androidxStartup = "1.1.1"
Expand All @@ -30,14 +30,14 @@ app-cash-turbine = "1.0.0"
benManes = "0.47.0"
com-squareup-okhttp3 = "4.11.0"
com-squareup-retrofit2 = "2.9.0"
compose = "1.5.0"
compose = "1.5.1"
compose-compiler = "1.4.8"
composesnapshot = "-"
dependencyAnalysis = "1.20.0"
dokka = "1.8.20"
googleSecretsGradlePlugin = "2.0.1"
googledagger = "2.47"
gradlePlugin = "8.1.0"
googledagger = "2.48"
gradlePlugin = "8.1.1"
gradlePublishPlugin = "0.25.3"
io-coil-kt = "2.4.0"
junit = "4.13.2"
Expand All @@ -49,14 +49,12 @@ metalava = "0.3.3"
moshi = "1.15.0"
okio = "3.5.0"
org-robolectric = "4.10.3"
playServicesAuth = "20.6.0"
protobuf = "3.24.0"
playServicesAuth = "20.7.0"
protobuf = "3.24.3"
room = "2.5.2"
runtimeTracing = "1.0.0-alpha03"
runtimeTracing = "1.0.0-alpha04"
snapshot-android = "1.0.4"
spotless = "6.18.0"
tracingPerfetto = "1.0"
tracingPerfettoBinary = "1.0"
truth = "1.1.5"
versionCatalogUpdate = "0.8.1"
wearcompose = "1.2.0"
Expand All @@ -67,7 +65,7 @@ android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref
android-tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "gradlePlugin" }
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
androidx-annotation = "androidx.annotation:annotation:1.6.0"
androidx-annotation = "androidx.annotation:annotation:1.7.0"
androidx-benchmark-junit4 = { module = "androidx.benchmark:benchmark-junit4", version.ref = "androidx-benchmark" }
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "androidx-benchmark" }
androidx-complications-data = { module = "androidx.wear.watchface:watchface-complications-data", version.ref = "androidx-complications-data" }
Expand Down Expand Up @@ -105,7 +103,7 @@ androidx-metrics-performance = "androidx.metrics:metrics-performance:1.0.0-alpha
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxNavigation" }
androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidxNavigation" }
androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "androidxNavigation" }
androidx-paging = "androidx.paging:paging-compose:3.2.0"
androidx-paging = "androidx.paging:paging-compose:3.2.1"
androidx-palette-ktx = "androidx.palette:palette-ktx:1.0.0"
androidx-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "runtimeTracing" }
androidx-startup = { module = "androidx.startup:startup-runtime", version.ref = "androidxStartup" }
Expand All @@ -131,7 +129,7 @@ coil-base = { module = "io.coil-kt:coil-compose-base", version.ref = "io-coil-kt
coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "io-coil-kt" }
com-squareup-okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "com-squareup-okhttp3" }
com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "com-squareup-okhttp3" }
compose-bom = "androidx.compose:compose-bom:2023.08.00"
compose-bom = "androidx.compose:compose-bom:2023.09.00"
compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose-material" }
compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidx-compose-material" }
compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "androidx-compose-material" }
Expand Down Expand Up @@ -177,7 +175,7 @@ moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", ver
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
playservices-auth = { module = "com.google.android.gms:play-services-auth", version.ref = "playServicesAuth" }
playservices-base = "com.google.android.gms:play-services-base:18.2.0"
playservices-wearable = "com.google.android.gms:play-services-wearable:18.0.0"
playservices-wearable = "com.google.android.gms:play-services-wearable:18.1.0"
protobuf-kotlin-lite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" }
retrofit2-convertermoshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "com-squareup-retrofit2" }
retrofit2-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "com-squareup-retrofit2" }
Expand Down

0 comments on commit 5f54009

Please sign in to comment.