Support library version 22.2.1. Toolbox version set to 1.14.2.

This commit is contained in:
Aleksander Nowakowski 2015-07-22 14:14:45 +02:00
parent b7feef2da2
commit ad79ce7f02
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:support-v4:22.2.1'
compile 'com.google.code.gson:gson:2.3.1'
}