Skip to content

Commit

Permalink
Merge pull request #5874 from grzesiek2010/imageloader
Browse files Browse the repository at this point in the history
Fixed imageloader module name
  • Loading branch information
grzesiek2010 authored Dec 14, 2023
2 parents c4ec672 + 2757875 commit 9503c22
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ dependencies {
implementation project(':projects')
implementation project(':location')
implementation project(':geo')
implementation project(':imageloader')
implementation project(':image-loader')
implementation project(':errors')
implementation project(':upgrade')
implementation project(':permissions')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include ':errors'
include ':externalapp'
include ':upgrade'
include ':permissions'
include ':imageloader'
include ':image-loader'
include ':glide'
include ':androidtest'
include ':settings'
Expand Down

0 comments on commit 9503c22

Please sign in to comment.