From ba96936658c8c9b65ea65c7d799e09f6cfefc429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 23:44:13 +0000 Subject: [PATCH 1/2] build(deps): bump appcompat from 1.4.2 to 1.5.0 in /yanndroid/oneui Bumps appcompat from 1.4.2 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... 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..ce25e80c 100644 --- a/yanndroid/oneui/build.gradle +++ b/yanndroid/oneui/build.gradle @@ -90,7 +90,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'com.google.android.material:material:1.6.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' From 023200a7487bd65ab1334f9d61ceae3ce4d9304f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 10 Aug 2022 23:44:29 +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