use newer build tools
This commit is contained in:
parent
5a0957fbcd
commit
1989343ad2
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.10.+'
|
||||
classpath 'com.android.tools.build:gradle:0.11.+'
|
||||
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.10.+'
|
||||
classpath 'com.stanfy.spoon:spoon-gradle-plugin:0.10.0'
|
||||
}
|
||||
|
@ -106,7 +106,7 @@ android {
|
|||
versionName "2.2.1"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 19
|
||||
packageName "org.ligi.org.ligi.passandroid"
|
||||
applicationId "org.ligi.org.ligi.passandroid"
|
||||
testInstrumentationRunner "com.google.android.apps.common.testing.testrunner.GoogleInstrumentationTestRunner"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue