Update Gradle for AS 3.1 RC3

This commit is contained in:
Cameron Gutman
2018-03-20 18:02:34 -07:00
parent 89ef16c02e
commit cbe4a1cde6
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.0-rc03'
}
}