Skip to content

Commit

Permalink
Renovate all dependencies (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Feb 14, 2024
1 parent 71c8aa6 commit 8dd6562
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 31 deletions.
3 changes: 2 additions & 1 deletion datalayer/watch/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
androidx.wear.watchface.complications.datasource,
androidx.wear.watchface.complications.datasource.ktx,
androidx.wear.protolayout.expression,
androidx.wear.protolayout.expression.pipeline"
androidx.wear.protolayout.expression.pipeline,
androidx.wear.protolayout.materialcore"
/>

<application>
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ accompanist = "0.34.0"
androidx-benchmark = "1.2.3"
androidx-complications-data = "1.2.1"
androidx-constraintlayout-compose = "1.0.1"
androidx-compose-material = "1.6.0"
androidx-compose-material = "1.6.1"
androidx-concurrent = "1.1.0"
androidx-datastore = "1.0.0"
androidx-health-services = "1.0.0-rc01"
Expand All @@ -18,22 +18,22 @@ androidx-wear-watchface = "1.2.1"
androidxActivity = "1.8.2"
androidxCore = "1.12.0"
androidxLifecycle = "2.7.0"
androidxNavigation = "2.7.6"
androidxNavigation = "2.7.7"
androidxPhoneInteractions = "1.1.0-alpha04"
androidxRemoteInteractions = "1.1.0-alpha02"
androidxStartup = "1.1.1"
androidxTracing = "1.2.0"
androidxWear = "1.3.0"
androidxWork = "2.9.0"
androidxprotolayout = "1.0.0"
androidxtiles = "1.2.0"
androidxprotolayout = "1.1.0"
androidxtiles = "1.3.0"
annotation = "1.0.1"
app-cash-turbine = "1.0.0"
com-squareup-okhttp3 = "4.12.0"
com-squareup-retrofit2 = "2.9.0"
compose = "1.6.0"
compose = "1.6.1"
compose-compiler = "1.5.6"
compose-material3 = "1.2.0-rc01"
compose-material3 = "1.2.0"
composesnapshot = "-"
dependencyAnalysis = "1.28.0"
dokka = "1.9.10"
Expand All @@ -48,7 +48,7 @@ ksp = "1.9.21-1.0.16"
ktlint = "0.50.0"
metalava = "0.3.5"
moshi = "1.15.1"
okio = "3.7.0"
okio = "3.8.0"
org-robolectric = "4.11.1"
playServicesAuth = "20.7.0"
protobuf = "3.25.2"
Expand Down Expand Up @@ -141,7 +141,7 @@ 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" }
com-squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" }
compose-bom = "androidx.compose:compose-bom:2024.01.00"
compose-bom = "androidx.compose:compose-bom:2024.02.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
3 changes: 2 additions & 1 deletion media/ui/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
androidx.wear.watchface.complications.datasource.ktx,
androidx.wear.watchface.complications.rendering,
androidx.wear.protolayout.expression,
androidx.wear.protolayout.expression.pipeline"
androidx.wear.protolayout.expression.pipeline,
androidx.wear.protolayout.materialcore"
/>
</manifest>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion tiles/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
androidx.wear.watchface.complications.datasource.ktx,
androidx.wear.protolayout.expression,
androidx.wear.protolayout.expression.pipeline,
androidx.wear.protolayout.renderer" />
androidx.wear.protolayout.renderer,
androidx.wear.protolayout.materialcore" />
</manifest>

0 comments on commit 8dd6562

Please sign in to comment.