Skip to content

Commit

Permalink
Update Dokka and fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Apr 16, 2024
1 parent df6172d commit d3e52e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ junit4 = "4.13.2"
ui-test-junit4 = "1.6.5" # ...not in BOM for some reason?
androidx-junit = "1.1.5"
androidx-espresso = "3.5.1"
dokka = "1.8.10"
dokka = "1.9.20"
theoplayer = "7.1.1"

[libraries]
Expand Down
3 changes: 2 additions & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import org.jetbrains.dokka.base.DokkaBase
import org.jetbrains.dokka.base.DokkaBaseConfiguration
import org.jetbrains.dokka.gradle.DokkaTask
import java.time.Year
import kotlin.text.Typography.copyright

buildscript {
Expand Down Expand Up @@ -127,7 +128,7 @@ publishing {
tasks.withType<DokkaTask>().configureEach {
pluginConfiguration<DokkaBase, DokkaBaseConfiguration> {
customAssets = listOf(file("assets/logo-icon.svg"))
footerMessage = "$copyright 2023 THEO Technologies"
footerMessage = "$copyright ${Year.now().value} THEO Technologies"
}
}

Expand Down

0 comments on commit d3e52e2

Please sign in to comment.