Skip to content

Commit

Permalink
chore(deps): bump the all-dependencies group with 4 updates (#85)
Browse files Browse the repository at this point in the history
* chore(deps): bump the all-dependencies group with 4 updates

Bumps the all-dependencies group with 4 updates: com.android.application, com.android.library, androidx.compose:compose-bom and androidx.lifecycle:lifecycle-runtime-ktx.


Updates `com.android.application` from 8.6.0 to 8.6.1

Updates `com.android.library` from 8.6.0 to 8.6.1

Updates `androidx.compose:compose-bom` from 2024.09.01 to 2024.09.02

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.5 to 2.8.6

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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

* chore: version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seamus Lowry <[email protected]>
  • Loading branch information
dependabot[bot] and seamuslowry authored Sep 21, 2024
1 parent f23fec6 commit 134cb5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "seamuslowry.daytracker"
minSdk 33
targetSdk 34
versionCode 39
versionName "0.31.1"
versionCode 40
versionName "0.31.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation 'androidx.compose.material:material-icons-extended'
implementation "androidx.compose.material3:material3"
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
implementation 'androidx.activity:activity-compose:1.9.2'
implementation "com.google.dagger:hilt-android:$hilt_version"
implementation "androidx.hilt:hilt-navigation-compose:1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext {
compose_bom_version = '2024.09.01'
compose_bom_version = '2024.09.02'
hilt_version = '2.52'
room_version = '2.6.1'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.6.0' apply false
id 'com.android.library' version '8.6.0' apply false
id 'com.android.application' version '8.6.1' apply false
id 'com.android.library' version '8.6.1' apply false
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
id 'org.jetbrains.kotlin.plugin.compose' version '2.0.20' apply false
id "com.diffplug.spotless" version "6.25.0" apply false
Expand Down

0 comments on commit 134cb5b

Please sign in to comment.