瀏覽代碼

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

fix(deps): update dependency composeoptions to v1.5.12
Andy Scherzinger 1 年之前
父節點
當前提交
acd251bebb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -259,7 +259,7 @@ android {
     }
 
     composeOptions {
-        kotlinCompilerExtensionVersion = "1.5.11"
+        kotlinCompilerExtensionVersion = "1.5.12"
     }
 }