Skip to content

Commit

Permalink
update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
luckybilly committed Mar 22, 2019
1 parent 2b4e390 commit a4f82b3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ configurations.all {
}
}
dependencies {
implementation project(':library')
implementation project(':gloading')
implementation 'com.github.bumptech.glide:glide:4.8.0'
api 'com.android.support:recyclerview-v7:26.1.0'
// api 'com.android.support:appcompat-v7:26.1.0'
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
@@ -1 +1 @@
include ':app', ':library'
include ':app', ':gloading'

0 comments on commit a4f82b3

Please sign in to comment.