瀏覽代碼

Update dependency androidx.compose.material3:material3 to v1.3.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 月之前
父節點
當前提交
1493cb1dac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -313,7 +313,7 @@ dependencies {
     //compose
     implementation(platform("androidx.compose:compose-bom:2024.10.00"))
     implementation("androidx.compose.ui:ui")
-    implementation 'androidx.compose.material3:material3:1.3.0'
+    implementation 'androidx.compose.material3:material3:1.3.1'
     implementation("androidx.compose.ui:ui-tooling-preview")
     implementation 'androidx.activity:activity-compose:1.9.3'
     implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'