From d56a5f323b6f4d4d4ad11b0ba5c93ad1e04f4b11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 04:24:01 +0000 Subject: [PATCH] Bump licensesdialog from 1.8.1 to 2.2.0 Bumps [licensesdialog](https://github.com/PSDev/LicensesDialog) from 1.8.1 to 2.2.0. - [Release notes](https://github.com/PSDev/LicensesDialog/releases) - [Changelog](https://github.com/PSDev/LicensesDialog/blob/master/CHANGELOG.md) - [Commits](https://github.com/PSDev/LicensesDialog/compare/1.8.1...2.2.0) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae39924..ed50bfa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile "com.android.support:appcompat-v7:${supportLibVersion}" compile 'com.squareup.okhttp3:okhttp:3.2.0' - compile('de.psdev.licensesdialog:licensesdialog:1.8.1') + compile('de.psdev.licensesdialog:licensesdialog:2.2.0') // jUnit testCompile 'junit:junit:4.12'