Browse Source

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

fix(deps): update dependency composeoptions to v1.5.12
Andy Scherzinger 1 year ago
parent
commit
acd251bebb
1 changed files with 1 additions and 1 deletions
  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"
     }
 }