bump lib versions

This commit is contained in:
ligi 2014-02-28 13:43:37 +05:30
parent e12b04b521
commit 9233000406

View file

@ -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'
}