Use latest Butterknife and build-tools
This commit is contained in:
parent
0ad8bd59c7
commit
fc302a9f72
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.0.0'
|
||||
classpath 'com.android.tools.build:gradle:1.0.1'
|
||||
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
|
||||
classpath('com.stanfy.spoon:spoon-gradle-plugin:0.14.1') {
|
||||
// https://github.com/stanfy/spoon-gradle-plugin/issues/33
|
||||
|
@ -98,7 +98,7 @@ dependencies {
|
|||
compile 'com.googlecode.android-query:android-query:0.25.9'
|
||||
compile 'com.google.code.gson:gson:2.3.1'
|
||||
compile 'net.lingala.zip4j:zip4j:1.3.2'
|
||||
compile 'com.jakewharton:butterknife:6.0.0'
|
||||
compile 'com.jakewharton:butterknife:6.1.0'
|
||||
compile 'joda-time:joda-time:2.7'
|
||||
compile 'com.squareup:otto:1.3.6'
|
||||
|
||||
|
|
Loading…
Reference in a new issue