1
0
Fork 0
mirror of https://github.com/vanitasvitae/Spherical synced 2025-12-08 13:21:11 +01:00

Update libs

This commit is contained in:
Paul Schaub 2017-12-19 17:40:00 +01:00
parent fab5bffb7e
commit 5b33d05f80
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 9 additions and 8 deletions

View file

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