Skip to content

Commit

Permalink
chore: Rename modules
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shenghao <[email protected]>
  • Loading branch information
hushenghao committed Nov 1, 2024
1 parent 241d960 commit b7e07e9
Show file tree
Hide file tree
Showing 45 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ dependencies {
implementation(libs.free.reflection)
implementation(libs.blurhash.android)
debugImplementation(libs.squareup.leakcanary)
implementation(project(":theme"))

implementation(project(":app-theme"))
implementation(project(":app-widget"))
implementation(project(":app-crash"))
implementation(project(":widget"))
implementation(project(":crash"))

implementation(project(":eggs:AndroidNext"))
implementation(project(":eggs:VanillaIceCream"))
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion app-crash/build.gradle.kts → crash/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
}

dependencies {
implementation(project(":app-theme"))

implementation(project(":theme"))
implementation(libs.androidx.appcompat)
implementation(libs.androidx.core)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencyResolutionManagement {

include(
":app",
":app-theme",
":app-widget",
":app-crash",
":theme",
":widget",
":crash",
":basic",
":jvm-basic",

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b7e07e9

Please sign in to comment.