bump lib versions
This commit is contained in:
parent
e12b04b521
commit
9233000406
1 changed files with 3 additions and 3 deletions
|
@ -86,9 +86,9 @@ dependencies {
|
|||
// The Apache Software License, Version 2.0
|
||||
compile 'com.googlecode.android-query:android-query:0.25.+'
|
||||
compile 'com.google.code.gson:gson:2.2.4'
|
||||
compile 'com.android.support:support-v4:19.0.0'
|
||||
compile 'com.android.support:support-v4:19.0.1'
|
||||
compile 'net.lingala.zip4j:zip4j:1.2.9'
|
||||
compile 'com.android.support:appcompat-v7:19.0.0'
|
||||
compile 'com.android.support:appcompat-v7:19.0.1'
|
||||
compile 'com.jakewharton:butterknife:4.0.1'
|
||||
compile 'joda-time:joda-time:2.3'
|
||||
compile 'com.squareup:otto:1.2.1'
|
||||
|
@ -114,7 +114,7 @@ dependencies {
|
|||
testCompile 'com.android.support:appcompat-v7:19.0.0'
|
||||
|
||||
withAnalyticsCompile fileTree(dir: 'libs', include: 'libGoogleAnalyticsV2.jar')
|
||||
withMapsCompile 'com.google.android.gms:play-services:4.0.30'
|
||||
withMapsCompile 'com.google.android.gms:play-services:4.2.42'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue