Преглед изворни кода

Updated v7 GridLayout to version 22

Aidan Follestad пре 10 година
родитељ
комит
dd5bff4aa1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sample/build.gradle

+ 1 - 1
sample/build.gradle

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