Update Gradle

This commit is contained in:
Eugene Cheung 2018-12-02 22:50:18 -05:00
commit 2dca1c6db5
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
2 changed files with 5 additions and 5 deletions

View file

@ -1,17 +1,17 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}
allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url "https://jitpack.io" }
}
}