diff --git a/build.gradle b/build.gradle index 101478c..c6999cb 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 836e14f..9fe2750 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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