浏览代码

Update AboutLib plugin

arkon 3 年之前
父节点
当前提交
e2da6259e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buildSrc/src/main/kotlin/Dependencies.kt

+ 1 - 1
buildSrc/src/main/kotlin/Dependencies.kt

@@ -3,5 +3,5 @@ object BuildPluginsVersion {
     const val KOTLIN = "1.5.31"
     const val KOTLINTER = "3.6.0"
     const val VERSIONS_PLUGIN = "0.39.0"
-    const val ABOUTLIB_PLUGIN = "8.9.2"
+    const val ABOUTLIB_PLUGIN = "8.9.3"
 }