diff options
| author | sigmabeta <sigmabeta@users.noreply.github.com> | 2016-04-02 10:14:40 -0400 |
|---|---|---|
| committer | sigmabeta <sigmabeta@users.noreply.github.com> | 2016-04-02 10:14:40 -0400 |
| commit | 57eea4f33019ed088360efdc2ed89d19ed7c0366 (patch) | |
| tree | 7017fa4d828ddf84c0bcfb0be07f927aa9017b46 /Source/Android | |
| parent | 2e8d91870992005f0e25906a9336d99c2deed44e (diff) | |
Fix android builds permanently.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
