From ae1c0f2626d3043691b6e789feb45be7a710e86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 10:49:30 +0000 Subject: [PATCH] Bump android-about-page from 1.2.5 to 1.3.1 Bumps [android-about-page](https://github.com/medyo/android-about-page) from 1.2.5 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a9e1e881..bc3c2524 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ android { implementation 'com.hbb20:ccp:2.3.2' implementation 'org.jetbrains.anko:anko-commons:0.10.8' implementation 'org.jetbrains.anko:anko-design:0.10.8' - implementation 'com.github.medyo:android-about-page:1.2.5' + implementation 'com.github.medyo:android-about-page:1.3.1' // the above version is based androidX pattern implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'