Skip to content

Commit

Permalink
#36 [refactor] change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
imseongwoo committed Mar 21, 2023
1 parent bc57245 commit 93c6d37
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation("com.google.android.gms:play-services-auth:20.3.0")
implementation("com.navercorp.nid:oauth:5.1.1")
implementation("com.github.bumptech.glide:glide:4.12.0")
implementation(project(mapOf("path" to ":imageselector")))
implementation(project(mapOf("path" to ":image_selector")))
annotationProcessor("com.github.bumptech.glide:compiler:4.12.0")
KotlinDependencies.run {
implementation(kotlin)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ rootProject.name = "JJBAKSA"
include(":app")
include(":data")
include(":domain")
include(":imageselector")
include(":image_selector")

0 comments on commit 93c6d37

Please sign in to comment.