Update Gradle

This commit is contained in:
Eugene Cheung 2017-06-15 14:27:01 -04:00
commit 8f57c0133f
4 changed files with 5 additions and 5 deletions

View file

@ -3,14 +3,14 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}
allprojects {
repositories {
jcenter()
maven { url "https://maven.google.com" }
google()
maven { url "https://jitpack.io" }
}
}