mirror of
https://github.com/vanitasvitae/Spherical
synced 2025-09-13 12:19:41 +02:00
Use Butterknife, properly display progressFragment
This commit is contained in:
parent
7932d00cdc
commit
92c84e8281
9 changed files with 177 additions and 139 deletions
|
@ -14,7 +14,6 @@ android {
|
|||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +29,6 @@ dependencies {
|
|||
|
||||
//External libs
|
||||
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
|
||||
compile 'com.jakewharton:butterknife:8.8.1'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue