自前のリポジトリを追加

This commit is contained in:
rca 2024-07-07 13:48:32 +09:00
parent 59164af22e
commit 708ddf0490

View File

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