Update build.gradle

to support new gradle versions
This commit is contained in:
Michael Diarmid 2018-03-27 14:10:47 +01:00 committed by GitHub
parent 685fcf2137
commit ff7b64d458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'io.fabric.tools:gradle:1.24.4'
}
}