Use latest okhttp and joda-time
This commit is contained in:
parent
2ece104789
commit
8abdab5a50
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ dependencies {
|
|||
compile 'com.google.code.gson:gson:2.3.1'
|
||||
compile 'net.lingala.zip4j:zip4j:1.3.2'
|
||||
compile 'com.jakewharton:butterknife:6.1.0'
|
||||
compile 'net.danlew:android.joda:2.7.2'
|
||||
compile 'net.danlew:android.joda:2.8.0'
|
||||
compile 'com.squareup:otto:1.3.7'
|
||||
|
||||
compile 'com.android.support:support-v4:22.2.0'
|
||||
|
@ -124,7 +124,7 @@ dependencies {
|
|||
|
||||
compile 'org.ligi:AXT:0.33'
|
||||
compile 'org.ligi:tracedroid:1.4'
|
||||
compile 'com.squareup.okhttp:okhttp:2.3.0'
|
||||
compile 'com.squareup.okhttp:okhttp:2.4.0'
|
||||
compile 'fr.nicolaspomepuy:discreetapprate:2.0.4@aar'
|
||||
compile 'com.larswerkman:HoloColorPicker:1.4'
|
||||
compile 'com.google.code.findbugs:jsr305:3.0.0'
|
||||
|
|
Loading…
Reference in a new issue