diff --git a/build.gradle b/build.gradle index e1646710..23cec63d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ buildscript { } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.3.0' apply false - id 'com.android.library' version '7.3.0' apply false + id 'com.android.application' version '7.3.1' apply false + id 'com.android.library' version '7.3.1' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false id 'com.google.dagger.hilt.android' version '2.44.2' apply false id 'com.mikepenz.aboutlibraries.plugin' version "$latestAboutLibsRelease" apply false