Increased version-number, updated dependencies and added plug-in to detect newer versions of dependencies with ./gradlew dependencyUpdates

This commit is contained in:
Alexander Pacha
2016-09-19 21:01:08 +02:00
parent 1578862b03
commit 2979c6e78a
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.github.ben-manes.versions'
buildscript {
repositories {
jcenter()
@@ -6,6 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
}
}