浏览代码

Merge pull request #12981 from nextcloud/renovate/composeoptions-1.x

Update dependency composeOptions to v1.5.13
Andy Scherzinger 11 月之前
父节点
当前提交
d5edd8ff90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -263,7 +263,7 @@ android {
     }
 
     composeOptions {
-        kotlinCompilerExtensionVersion = "1.5.12"
+        kotlinCompilerExtensionVersion = "1.5.13"
     }
 }