Skip to content

Commit

Permalink
Reverted breaking Glide library upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Nov 2, 2023
1 parent 48c371a commit ed85b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ dependencies {
implementation 'de.greenrobot:eventbus:2.4.0'
implementation 'com.pushbullet:android-extensions:1.0.4@aar'
implementation 'com.getbase:floatingactionbutton:1.10.1'
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
implementation 'com.github.bumptech.glide:glide:4.8.0' // To be modified with Gallery library
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' // To be modified with Gallery library
implementation('com.github.afollestad.material-dialogs:core:0.9.6.0') {
transitive = true
exclude group: "com.android.support"
Expand Down

0 comments on commit ed85b7a

Please sign in to comment.