Commit 894376fb by olly Committed by Oliver Woodman

Fix third_party Android Studio / Gradle config

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=131931329
parent a779eabd
...@@ -20,7 +20,7 @@ buildscript { ...@@ -20,7 +20,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.2' classpath 'com.android.tools.build:gradle:2.2.0-beta3'
classpath 'com.novoda:bintray-release:0.3.4' classpath 'com.novoda:bintray-release:0.3.4'
} }
} }
...@@ -29,4 +29,9 @@ allprojects { ...@@ -29,4 +29,9 @@ allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
} }
project.ext {
compileSdkVersion=24
targetSdkVersion=24
buildToolsVersion='23.0.3'
}
} }
#Tue Feb 23 12:44:36 GMT 2016 #Thu Sep 01 11:39:15 BST 2016
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment