Skip to content

Commit 7c0f57a

Browse files
committed
Updates support library to 22.2.1
1 parent f342e25 commit 7c0f57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ android {
1515

1616
dependencies {
1717
compile fileTree(dir: 'libs', include: ['*.jar'])
18-
compile 'com.android.support:appcompat-v7:22.2.0'
19-
compile 'com.android.support:recyclerview-v7:22.2.0'
18+
compile 'com.android.support:design:22.2.1'
19+
compile 'com.android.support:recyclerview-v7:22.2.1'
2020
}

0 commit comments

Comments
 (0)