Add dependency for image view

This commit is contained in:
vanitasvitae 2017-09-17 21:21:42 +02:00
parent 79467563c2
commit 8d8b4dad4b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 3 additions and 0 deletions

View File

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