ソースを参照

Update dependency composeOptions to v1.5.12

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 年間 前
コミット
99814d53fd
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"
     }
 }