1234567891011121314151617181920 |
- apply plugin: 'com.android.library'
- apply from: '../dependencies.gradle'
- //apply plugin: 'checkstyle'
- android {
- defaultConfig {
- }
- }
- dependencies {
- implementation 'it.sephiroth.android.library.imagezoom:library:1.0.4'
- //glide
- implementation 'com.github.bumptech.glide:glide:4.11.0'
- kapt 'com.github.bumptech.glide:compiler:4.11.0'
- // picasso
- implementation 'com.squareup.picasso:picasso:2.71828'
- }
|