1
0
Эх сурвалжийг харах

Google lib updates to 22.2

Aidan Follestad 10 жил өмнө
parent
commit
f0de6041bc

+ 4 - 4
library/build.gradle

@@ -18,11 +18,11 @@ android {
 
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:support-v4:22.1.1@aar'
-    compile 'com.android.support:appcompat-v7:22.1.1@aar'
-    compile 'com.android.support:recyclerview-v7:22.1.1@aar'
+    compile 'com.android.support:support-v4:22.2.0@aar'
+    compile 'com.android.support:appcompat-v7:22.2.0@aar'
+    compile 'com.android.support:recyclerview-v7:22.2.0@aar'
 
-    compile 'com.android.support:support-annotations:22.1.1'
+    compile 'com.android.support:support-annotations:22.2.0'
 }
 
 publish {

+ 1 - 1
sample/build.gradle

@@ -39,5 +39,5 @@ android {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile project(':library')
-    compile 'com.android.support:gridlayout-v7:22.1.1@aar'
+    compile 'com.android.support:gridlayout-v7:22.2.0@aar'
 }