[Android] Fix "Minimum supported Gradle version is 4.1-milestone-1"

This commit is contained in:
Lyubo Marinov 2017-07-06 15:20:09 -05:00
parent 7dbba59dee
commit 948d18f954
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
maven { url 'https://maven.google.com' } maven { url 'https://maven.google.com' }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.+' classpath 'com.android.tools.build:gradle:3.0.0-alpha4'
// 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.