1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Update gradle plugin and remove buildscript entry from build.gradle in modules level

This commit is contained in:
David A. Velasco 2016-09-27 09:12:26 +02:00
parent 1bbc67b704
commit 410c4bd5b5
2 changed files with 1 additions and 10 deletions

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'
}
}

View File

@ -1,12 +1,3 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
}
}
apply plugin: 'com.android.application'