Browse Source

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

Update dependency composeOptions to v1.5.13
Andy Scherzinger 1 năm trước cách đây
mục cha
commit
d5edd8ff90
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
     }
 }