Browse Source

Google lib updates to 22.2

Aidan Follestad 10 years ago
parent
commit
f0de6041bc
2 changed files with 5 additions and 5 deletions
  1. 4 4
      library/build.gradle
  2. 1 1
      sample/build.gradle

+ 4 - 4
library/build.gradle

@@ -18,11 +18,11 @@ android {
 
 
 dependencies {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     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 {
 publish {

+ 1 - 1
sample/build.gradle

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