Skip to content

Commit

Permalink
Merge pull request #92 from halilozercan/dokka-fix
Browse files Browse the repository at this point in the history
Fix Dokka version conflict with lower AGP version
  • Loading branch information
halilozercan authored Sep 14, 2022
2 parents c1cd80e + 4ef0577 commit 9fd8af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}

plugins {
id("org.jetbrains.dokka") version "1.7.10"
id("org.jetbrains.dokka") version "1.5.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.halilibo.compose-richtext
VERSION_NAME=0.14.0
VERSION_NAME=0.14.1

POM_DESCRIPTION=A collection of Compose libraries for advanced text formatting and alternative display types.

Expand Down

0 comments on commit 9fd8af8

Please sign in to comment.