Skip to content

Commit 02dfb2f

Browse files
chore(deps)(deps): bump the android-dependencies group across 1 directory with 12 updates
Bumps the android-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | androidx.constraintlayout:constraintlayout | `2.1.4` | `2.2.1` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.3.1` | `2.9.2` | | androidx.annotation:annotation | `1.6.0` | `1.9.1` | | androidx.appcompat:appcompat | `1.6.1` | `1.7.1` | | androidx.datastore:datastore-preferences | `1.0.0` | `1.1.7` | | androidx.datastore:datastore-preferences-rxjava3 | `1.0.0` | `1.1.7` | | androidx.lifecycle:lifecycle-common-java8 | `2.6.1` | `2.9.2` | | androidx.lifecycle:lifecycle-livedata | `2.6.1` | `2.9.2` | | androidx.lifecycle:lifecycle-reactivestreams | `2.6.1` | `2.9.2` | | androidx.lifecycle:lifecycle-viewmodel | `2.6.1` | `2.9.2` | | [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.9.0` | `1.12.0` | | com.android.tools.build:gradle | `8.6.1` | `8.12.0` | Updates `androidx.constraintlayout:constraintlayout` from 2.1.4 to 2.2.1 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.3.1 to 2.9.2 Updates `androidx.annotation:annotation` from 1.6.0 to 1.9.1 Updates `androidx.appcompat:appcompat` from 1.6.1 to 1.7.1 Updates `androidx.datastore:datastore-preferences` from 1.0.0 to 1.1.7 Updates `androidx.datastore:datastore-preferences-rxjava3` from 1.0.0 to 1.1.7 Updates `androidx.datastore:datastore-preferences-rxjava3` from 1.0.0 to 1.1.7 Updates `androidx.lifecycle:lifecycle-common-java8` from 2.6.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-livedata` from 2.6.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-reactivestreams` from 2.6.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-viewmodel` from 2.6.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-livedata` from 2.6.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-reactivestreams` from 2.6.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-viewmodel` from 2.6.1 to 2.9.2 Updates `com.google.android.material:material` from 1.9.0 to 1.12.0 - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.9.0...1.12.0) Updates `com.android.tools.build:gradle` from 8.6.1 to 8.12.0 --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.annotation:annotation dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.datastore:datastore-preferences dependency-version: 1.1.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.datastore:datastore-preferences-rxjava3 dependency-version: 1.1.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.datastore:datastore-preferences-rxjava3 dependency-version: 1.1.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-common-java8 dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-livedata dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-reactivestreams dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-viewmodel dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-livedata dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-reactivestreams dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.lifecycle:lifecycle-viewmodel dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: com.google.android.material:material dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: com.android.tools.build:gradle dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f24c72a commit 02dfb2f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("com.android.tools.build:gradle:8.6.1")
11+
implementation("com.android.tools.build:gradle:8.13.0")
1212
implementation("com.google.code.gson:gson:2.10.1")
1313
}

messaginginapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies {
3737
api project(":base")
3838
api project(":core")
3939

40-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
41-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
40+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
41+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.4"
4242
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
4343

4444
implementation Dependencies.reduxKotlin

samples/java_layout/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ android {
4141
}
4242

4343
dependencies {
44-
def datastore_version = "1.0.0"
45-
def lifecycle_version = "2.6.1"
44+
def datastore_version = "1.1.7"
45+
def lifecycle_version = "2.9.4"
4646

4747
// Existing dependencies
48-
implementation "androidx.annotation:annotation:1.6.0"
49-
implementation "androidx.appcompat:appcompat:1.6.1"
50-
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
48+
implementation "androidx.annotation:annotation:1.9.1"
49+
implementation "androidx.appcompat:appcompat:1.7.1"
50+
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
5151
implementation "androidx.core:core-splashscreen:1.0.1"
5252
implementation "androidx.datastore:datastore-preferences:$datastore_version"
5353
implementation "androidx.datastore:datastore-preferences-rxjava3:$datastore_version"
5454
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
5555
implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version"
5656
implementation "androidx.lifecycle:lifecycle-reactivestreams:$lifecycle_version"
5757
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
58-
implementation "com.google.android.material:material:1.9.0"
58+
implementation "com.google.android.material:material:1.13.0"
5959
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"
6060
// Because RxAndroid releases are few and far between, it is recommended to
6161
// explicitly depend on RxJava's latest version for bug fixes and new features.

0 commit comments

Comments
 (0)