Skip to content

Commit

Permalink
adjust the directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan095 committed Jan 19, 2025
1 parent 6fec459 commit 4dc0e33
Show file tree
Hide file tree
Showing 52 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ dependencies {
implementation(libs.lyric.getter.api)
implementation(libs.lunarcalendar)

implementation(project(":app:provision"))
implementation(project(":app:processor"))
annotationProcessor(project(":app:processor"))
implementation(project(":provision"))
implementation(project(":processor"))
annotationProcessor(project(":processor"))
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dependencies {
exclude("androidx.appcompat", "appcompat")
}

api(fileTree(mapOf("dir" to "../libs", "include" to listOf("*-${buildTypes}.aar"))))
api(fileTree(mapOf("dir" to "libs", "include" to listOf("*-${buildTypes}.aar"))))
}
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.
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.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencyResolutionManagement {
}

rootProject.name = "HyperCeiler"
include(":app", ":hidden-api", ":app:processor")
include(":app:provision")
include(":app")
include(":hidden-api", ":processor", ":provision")

0 comments on commit 4dc0e33

Please sign in to comment.