From 1b20d7750d65d8312a77bfac42ae93cded151f18 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 17:04:30 +0000 Subject: [PATCH] Update plugin dokka to v1.6.21 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a017f0c8202..582868d69ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.6.21" -dokka = "1.6.10" +dokka = "1.6.21" kotlinCoroutines = "1.6.1" idea = "211.7628.21" # Android Studio Bumblebee (see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html) androidxSqlite = "2.2.0"