From dbe306fefc3732708a5df84cb009d938300b8a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:46:34 +0000 Subject: [PATCH] Bump com.github.medyo:android-about-page in /android-refimpl-app Bumps [com.github.medyo:android-about-page](https://github.com/medyo/android-about-page) from 1.2.4 to 1.3.1. - [Release notes](https://github.com/medyo/android-about-page/releases) - [Commits](https://github.com/medyo/android-about-page/commits) --- updated-dependencies: - dependency-name: com.github.medyo:android-about-page dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index d7170887d..432553ea9 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -387,7 +387,7 @@ dependencies { androidTestImplementation 'androidx.multidex:multidex-instrumentation:2.0.0' implementation 'info.guardianproject.netcipher:netcipher:2.1.0' implementation 'com.google.code.gson:gson:2.10.1' - implementation 'com.github.medyo:android-about-page:1.2.4' + implementation 'com.github.medyo:android-about-page:1.3.1' implementation 'de.hdodenhof:circleimageview:2.2.0' implementation 'me.zhanghai.android.patternlock:library:2.1.2' implementation 'com.github.zoff99:pkgs_armchaAutoLinkTextView:0.3.0'