diff --git a/app/build.gradle b/app/build.gradle index f0728db..2fa825e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ base { dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/build.gradle b/build.gradle index dd3a7a2..17cc437 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.2.1' apply false - id 'com.android.library' version '8.2.1' apply false - id 'com.github.ben-manes.versions' version '0.49.0' + id 'com.android.application' version '8.2.2' apply false + id 'com.android.library' version '8.2.2' apply false + id 'com.github.ben-manes.versions' version '0.51.0' id 'org.jetbrains.dokka' version '1.9.10' apply false id 'org.jetbrains.kotlin.android' version '1.9.22' apply false }