Skip to content

Commit 4dfd489

Browse files
committed
fix support library miss
1 parent 681d3dc commit 4dfd489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ android {
2424
dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
compile 'com.android.support:appcompat-v7:19.+'
27+
compile "com.android.support:support-v4:19.+"
2728
compile 'com.squareup.picasso:picasso:+'
2829
compile 'com.nineoldandroids:library:+'
2930
}

0 commit comments

Comments
 (0)