From dd5e96ba15ee61fa9741282f3ed63ded9d8b3291 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 10:04:38 +0000 Subject: [PATCH] Bump licensesdialog from 1.8.1 to 2.0.0 Bumps [licensesdialog](https://github.com/PSDev/LicensesDialog) from 1.8.1 to 2.0.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.0.0) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae39924..ac7aceb 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.0.0') // jUnit testCompile 'junit:junit:4.12'