Skip to content

Commit

Permalink
Bump compose_version from 1.5.4 to 1.6.0 (#631)
Browse files Browse the repository at this point in the history
* Bump compose_version from 1.5.4 to 1.6.0

Bumps `compose_version` from 1.5.4 to 1.6.0.

Updates `androidx.compose.ui:ui` from 1.5.4 to 1.6.0

Updates `androidx.compose.foundation:foundation` from 1.5.4 to 1.6.0

Updates `androidx.compose.material:material` from 1.5.4 to 1.6.0

Updates `androidx.compose.material:material-icons-core` from 1.5.4 to 1.6.0

Updates `androidx.compose.runtime:runtime-livedata` from 1.5.4 to 1.6.0

Updates `androidx.compose.ui:ui-test-junit4` from 1.5.4 to 1.6.0

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.material:material-icons-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Also bump kotlin, compose compiler, ksp

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charlotte Van Petegem <[email protected]>
  • Loading branch information
dependabot[bot] and chvp authored Jan 27, 2024
1 parent 9d190a4 commit 4e848d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
sourceCompatibility "17"
}
composeOptions {
kotlinCompilerExtensionVersion "1.5.6"
kotlinCompilerExtensionVersion "1.5.8"
}
kotlinOptions {
jvmTarget = "17"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
buildscript {
ext {
coil_version = '2.5.0'
compose_version = '1.5.4'
compose_version = '1.6.0'
fuel_version = '2.3.1'
glide_version = '4.12.0'
hilt_version = '2.50'
kotlin_version = '1.9.21'
kotlin_version = '1.9.22'
kotlinx_version = '1.7.3'
lifecycle_version = '2.7.0'
media3_version = '1.2.1'
Expand All @@ -31,7 +31,7 @@ buildscript {
}

plugins {
id("com.google.devtools.ksp") version "$kotlin_version-1.0.16" apply false
id("com.google.devtools.ksp") version "$kotlin_version-1.0.17" apply false
}

allprojects {
Expand Down

0 comments on commit 4e848d4

Please sign in to comment.