From 57eea4f33019ed088360efdc2ed89d19ed7c0366 Mon Sep 17 00:00:00 2001 From: sigmabeta Date: Sat, 2 Apr 2016 10:14:40 -0400 Subject: [PATCH] Fix android builds permanently. --- Source/Android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index 45e26d6e42..a6fcfe1fe9 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } 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 // in the individual module build.gradle files