From 1b0d14904b2abeec8fddfbace83a8f07c2b127e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 02:39:05 +0000 Subject: [PATCH 1/2] build(deps): bump material from 1.6.0 to 1.6.1 in /yanndroid/oneui Bumps [material](https://github.com/material-components/material-components-android) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yanndroid/oneui/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yanndroid/oneui/build.gradle b/yanndroid/oneui/build.gradle index 9903c52a..772c5ee0 100644 --- a/yanndroid/oneui/build.gradle +++ b/yanndroid/oneui/build.gradle @@ -91,7 +91,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'com.google.android.material:material:1.6.0' + implementation 'com.google.android.material:material:1.6.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' From d7643db0b362166ad91c5a866b3679922385339e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 Jun 2022 02:39:23 +0000 Subject: [PATCH 2/2] Automated version incerment --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dad69fae..a1af471c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true android.enableJetifier=true # version -VERSION_NAME=2.4.1 +VERSION_NAME=2.4.2 VERSION_CODE=10 # mavenCentral GROUP_ID=io.github.yanndroid