Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 41262f2

Browse files
build(deps): bump material from 1.5.0 to 1.6.0 in /yanndroid/oneui (#119)
* build(deps): bump material from 1.5.0 to 1.6.0 in /yanndroid/oneui Bumps [material](https://github.com/material-components/material-components-android) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.5.0...1.6.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Automated version incerment Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 0467b54 commit 41262f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
android.useAndroidX=true
33
android.enableJetifier=true
44
# version
5-
VERSION_NAME=2.4.0
5+
VERSION_NAME=2.4.1
66
VERSION_CODE=10
77
# mavenCentral
88
GROUP_ID=io.github.yanndroid

yanndroid/oneui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ android {
9191

9292
dependencies {
9393
implementation 'androidx.appcompat:appcompat:1.4.1'
94-
implementation 'com.google.android.material:material:1.5.0'
94+
implementation 'com.google.android.material:material:1.6.0'
9595
testImplementation 'junit:junit:4.13.2'
9696
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
9797
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)