Update build.gradle

This commit is contained in:
Michael Diarmid 2018-03-27 14:14:26 +01:00 committed by GitHub
parent ff7b64d458
commit 8c55e84b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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