Gradle updates

This commit is contained in:
Daniel Cohen Gindi 2016-11-16 10:53:47 +02:00
parent 3928e285ae
commit ee020bba67
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.2'
//classpath 'io.realm:realm-gradle-plugin:0.88.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View file

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "io.realm:realm-gradle-plugin:2.0.2"
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}