1
0
Fork 0
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:
Paul Schaub 2018-02-20 14:56:53 +01:00
parent 7932d00cdc
commit 92c84e8281
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 177 additions and 139 deletions

View file

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