From 25001589c169f926a414ab047c30ae14dda23863 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 04:34:53 +0000 Subject: [PATCH] Bump licensesdialog from 1.8.1 to 2.1.0 Bumps [licensesdialog](https://github.com/PSDev/LicensesDialog) from 1.8.1 to 2.1.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/commits) 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..115c096 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.1.0') // jUnit testCompile 'junit:junit:4.12'