mirror of
https://github.com/vanitasvitae/Spherical
synced 2024-11-21 20:02:06 +01:00
Add dependency for image view
This commit is contained in:
parent
79467563c2
commit
8d8b4dad4b
1 changed files with 3 additions and 0 deletions
|
@ -27,4 +27,7 @@ dependencies {
|
|||
compile 'com.android.support:appcompat-v7:25.3.1'
|
||||
compile 'com.android.support:design:25.3.1'
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
//External libs
|
||||
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue