Skip to content

Commit

Permalink
Dokka being still buggy in 1.9.10, just revert to 1.8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
codlab committed Jan 4, 2024
1 parent f0862b9 commit b7bc967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configurations/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ndkVersion = "23.0.7599858"
# Java information
java = "17"
# Dokka
dokka = "1.9.10"
dokka = "1.8.20"
dokka-supress-undocumented = "1.1"
# Quality
detekt = "1.21.0"
Expand Down
2 changes: 1 addition & 1 deletion dolbyio.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def version = 'v1.6.4'
def version = 'v1.6.5'

if (settings.ext.find("DOLBYIO_GRADLE_VERSION_USED")) {
version = DOLBYIO_GRADLE_VERSION_USED
Expand Down

0 comments on commit b7bc967

Please sign in to comment.