Skip to content

Commit

Permalink
Bump dokka & support for more open stf granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
codlab committed Jan 1, 2024
1 parent 111c3c7 commit f0862b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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.0"
dokka = "1.9.10"
dokka-supress-undocumented = "1.1"
# Quality
detekt = "1.21.0"
Expand Down Expand Up @@ -99,7 +99,7 @@ publish-nexus = "1.3.0"

# Set of components & tools
multiplatform-precompose = "1.5.5"
codlab-libraries = "1.14.1"
codlab-libraries = "1.14.2"
versions = "0.47.0"

# Multiplatform
Expand Down Expand Up @@ -276,6 +276,7 @@ firebase-pref = { group = "com.google.firebase", name = "firebase-perf-ktx" }
ksp = { id = "com.google.devtools.ksp", version.ref = "kotlin-ksp" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
publish-nexus = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "publish-nexus" }

managed-device = { id = "eu.codlab.gradle.plugin.managed-device", version.ref = "codlab-libraries" }
openstf = { id = "eu.codlab.gradle.plugin.openstf-gradle", version.ref = "codlab-libraries" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }
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.3'
def version = 'v1.6.4'

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

0 comments on commit f0862b9

Please sign in to comment.