commit | bb3acf3e495bf5a92cb1c27b669d0e2f4c4e861e | [log] [tgz] |
---|---|---|
author | Sebastian Schuberth <sschuberth@gmail.com> | Fri Nov 25 10:57:38 2016 +0100 |
committer | Sebastian Schuberth <sschuberth@gmail.com> | Fri Nov 25 11:31:52 2016 +0100 |
tree | f401b3b3b84e36969cf01765b5dafe25887929e9 | |
parent | 4b7dd24466b6a04b3a7abb7f8a86a28ca1d9fd10 [diff] |
Gradle: Upgrade the gradle-versions-plugin to the latest version See https://github.com/ben-manes/gradle-versions-plugin/releases Change-Id: Ifad3fa3b75671abb5d6256f2fb5deee243804261
diff --git a/build.gradle b/build.gradle index 51411b1..d95bf48 100644 --- a/build.gradle +++ b/build.gradle
@@ -13,7 +13,7 @@ dependencies { classpath 'com.android.tools.build:gradle:2.2.0' - classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files