Skip to content

Commit

Permalink
Merge pull request #17 from betterme-dev/fix/dokka-compilation-failure
Browse files Browse the repository at this point in the history
Downgrade dokka version
  • Loading branch information
dmytro-ostapovets authored Sep 3, 2019
2 parents f0d483c + 15a2227 commit 3953b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
ext.kotlin_version = '1.3.50'
ext.maven_version = '2.1'
ext.bintray_version = '1.8.4'
ext.dokka_version = '0.9.18'
ext.dokka_version = '0.9.16'
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
google()
Expand Down

0 comments on commit 3953b2f

Please sign in to comment.