Skip to content

Commit

Permalink
Rename coil-default -> coil-singleton. (coil-kt#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored May 10, 2020
1 parent 5d3fd21 commit b73dcb5
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coil-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

dependencies {
implementation(project(":coil-default"))
implementation(project(":coil-singleton"))
implementation(project(":coil-gif"))
implementation(project(":coil-svg"))
implementation(project(":coil-video"))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="coil.core">
package="coil.singleton">

<application>
<provider
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.buildFileName = "build.gradle.kts"
include(":coil-base", ":coil-default", ":coil-gif", ":coil-sample", ":coil-svg", "coil-test", "coil-video")
include(":coil-base", ":coil-gif", ":coil-sample", ":coil-singleton", ":coil-svg", "coil-test", "coil-video")

0 comments on commit b73dcb5

Please sign in to comment.