Merge pull request #3731 from Sonicadvance1/fix_android_buildbot

Fix Android buildbot
This commit is contained in:
Ryan Houdek
2016-03-12 16:57:12 -05:00

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha8' classpath 'com.android.tools.build:gradle:2.0.0-beta5'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files