From fb4f1918a02264be3aeaff33402db548955c20e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:01:47 +0000 Subject: [PATCH] Update all dependencies 1.7.5 to v1.7.6 --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b0aefa5..83b377c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.9.3' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" - implementation 'androidx.compose.material:material:1.7.5' + implementation 'androidx.compose.material:material:1.7.6' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/build.gradle b/build.gradle index acfe8ce..381a295 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { ext { - compose_ui_version = '1.7.5' + compose_ui_version = '1.7.6' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {