Merge pull request #3765 from sigmabeta/fix-android-builds-permanently

[Android] Fix android builds permanently.
This commit is contained in:
Pierre Bourdon 2016-04-02 17:04:41 +02:00
commit 57e40445a1

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-alpha5' classpath 'com.android.tools.build:gradle:1.5.0'
// 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