Skip to content

Commit

Permalink
feat:rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey committed Jan 6, 2022
1 parent 18e6f51 commit 5c16875
Show file tree
Hide file tree
Showing 37 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 @@ -55,7 +55,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$versions.coroutinesVersion"
// glide
implementation "com.github.bumptech.glide:glide:$versions.glideVersion"
implementation project(path: ':Gin')
implementation project(path: ':gin')
kapt "com.github.bumptech.glide:compiler:$versions.glideVersion"
// adapter
implementation "com.github.skydoves:baserecyclerviewadapter:$versions.baseAdapter"
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 @@ -8,4 +8,4 @@ dependencyResolutionManagement {
}
rootProject.name = "DLGin"
include ':app'
include ':Gin'
include ':gin'

0 comments on commit 5c16875

Please sign in to comment.