diff --git a/settings.gradle b/settings.gradle index 196db896..9a756092 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,8 +5,8 @@ pluginManagement { mavenCentral() } plugins { - id "com.android.library" version "8.5.2" - id "com.android.application" version "8.5.2" + id "com.android.library" version "8.7.2" + id "com.android.application" version "8.7.2" } }