Skip to content

Commit

Permalink
Merge pull request #213 from ksvc/update_depends
Browse files Browse the repository at this point in the history
fix built error.
  • Loading branch information
chriszeng87 committed Jul 25, 2017
2 parents 9ae0b6d + 0b22494 commit 63294f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/build.gradle
Expand Up @@ -17,6 +17,9 @@ dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.lht:paintview:1.16'
compile 'com.facebook.fresco:fresco:1.4.0'
compile 'com.facebook.fresco:animated-gif:1.4.0'
compile 'com.facebook.fresco:animated-webp:1.4.0'
}

android {
Expand Down

0 comments on commit 63294f6

Please sign in to comment.