소스 검색

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