1
0
mirror of https://github.com/etesync/android synced 2025-01-24 22:50:55 +00:00

Update gradle.

This commit is contained in:
Tom Hacohen 2017-04-05 18:39:54 +01:00
parent 1295e4557e
commit 66f74e6eaf

View File

@ -12,7 +12,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.android.tools.build:gradle:2.3.0'
} }
} }
@ -25,4 +25,4 @@ allprojects {
} }
} }
apply plugin: 'android-reporting' apply plugin: 'android-reporting'