大規模リファクタ #143

Merged
Fujimatsu merged 61 commits from feature/change_module into main 2024-07-07 06:44:07 +00:00
Showing only changes of commit 708ddf0490 - Show all commits

View File

@ -16,6 +16,10 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven {
name = 'CompactCalendarView-GHPages'
url = uri('https://r-ca.github.io/CompactCalendarView/')
}
} }
} }