Updates to make it build with Android Studio 1.2
This commit is contained in:
parent
1ca89e580a
commit
dc293bdd22
2 changed files with 6 additions and 6 deletions
|
@ -4,13 +4,13 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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'
|
classpath 'com.alexvasilkov:android_sign:0.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'android'
|
|
||||||
apply plugin: 'android_sign'
|
apply plugin: 'android_sign'
|
||||||
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -28,7 +28,7 @@ dependencies {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 19
|
compileSdkVersion 19
|
||||||
buildToolsVersion "19.0.3"
|
buildToolsVersion "19.1.0"
|
||||||
|
|
||||||
// Caused by cling, because they apparently include APIs for other platforms.
|
// Caused by cling, because they apparently include APIs for other platforms.
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
@ -50,7 +50,7 @@ android {
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
packageNameSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
debuggable true
|
debuggable true
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Tue Sep 30 18:56:28 CEST 2014
|
#Sun May 03 22:20:30 BST 2015
|
||||||
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=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
|
||||||
|
|
Reference in a new issue