Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joan-domingo committed Aug 4, 2018
1 parent bdc9781 commit 26f848b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {

// Glide
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
kapt 'com.github.bumptech.glide:compiler:4.7.1'

// Hamcrest
testImplementation 'org.hamcrest:hamcrest-library:1.3'
Expand Down
1 change: 0 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
**[] $VALUES;
public *;
}
-keepresourcexmlelements manifest/application/meta-data@value=GlideModule

# Retrofit2
-dontwarn retrofit2.**
Expand Down

0 comments on commit 26f848b

Please sign in to comment.