Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 076838d

Browse files
chore(deps): Bump the android-deps group with 2 updates
Bumps the android-deps group with 2 updates: com.android.application and [com.google.android.material:material](https://github.com/material-components/material-components-android). Updates `com.android.application` from 8.12.1 to 8.13.0 Updates `com.google.android.material:material` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.12.0...1.13.0) --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps - dependency-name: com.google.android.material:material dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7be008c commit 076838d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
dependencies {
4747

4848
implementation 'androidx.appcompat:appcompat:1.7.1'
49-
implementation 'com.google.android.material:material:1.12.0'
49+
implementation 'com.google.android.material:material:1.13.0'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
5151
testImplementation 'junit:junit:4.13.2'
5252
androidTestImplementation 'androidx.test.ext:junit:1.3.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
plugins {
7-
id 'com.android.application' version '8.12.1' apply false
7+
id 'com.android.application' version '8.13.0' apply false
88
}

0 commit comments

Comments
 (0)