simply update gradles to 28, and some dependencies

This commit is contained in:
TacoTheDank 2018-10-09 12:22:30 -04:00
parent c0891e8e16
commit 5963d7b49b
3 changed files with 40 additions and 42 deletions

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -16,8 +16,8 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
google()
maven { url 'https://clojars.org/repo' }
maven { url "https://jitpack.io" }
maven { url "https://clojars.org/repo" }
}
}