Incremented gradle version

This commit is contained in:
mhutti1 2017-06-29 16:16:34 +01:00 committed by Isaac Hutt
parent f8dc84950d
commit af5d6778da
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.1' classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'me.tatarka:gradle-retrolambda:3.2.5' classpath 'me.tatarka:gradle-retrolambda:3.2.5'
classpath 'com.testdroid:gradle:1.5.0' classpath 'com.testdroid:gradle:1.5.0'

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.1' classpath 'com.android.tools.build:gradle:2.3.3'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files