Updates to make it build with Android Studio 1.2

This commit is contained in:
Adam Baker 2015-05-06 23:07:21 +01:00
parent 1ca89e580a
commit dc293bdd22
2 changed files with 6 additions and 6 deletions

View file

@ -4,13 +4,13 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.0+'
classpath 'com.android.tools.build:gradle:1.2.2'
classpath 'com.alexvasilkov:android_sign:0.2'
}
}
apply plugin: 'android'
apply plugin: 'android_sign'
apply plugin: 'com.android.application'
repositories {
mavenCentral()
@ -28,7 +28,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion "19.0.3"
buildToolsVersion "19.1.0"
// Caused by cling, because they apparently include APIs for other platforms.
lintOptions {
@ -50,7 +50,7 @@ android {
buildTypes {
debug {
packageNameSuffix ".debug"
applicationIdSuffix ".debug"
debuggable true
}
release {

View file

@ -1,6 +1,6 @@
#Tue Sep 30 18:56:28 CEST 2014
#Sun May 03 22:20:30 BST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip