Gradle updates

This commit is contained in:
Daniel Cohen Gindi 2016-12-19 21:56:16 +02:00
parent 34e7f44979
commit a934501315
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.2'
classpath 'com.android.tools.build:gradle:2.2.3'
//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.2'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}