diff --git a/build.gradle b/build.gradle index 4f6084c57a..23c03de16c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { // https://developer.android.com/studio/releases/gradle-plugin - id 'com.android.application' version '9.3.1' apply false + id 'com.android.application' version '9.3.2' apply false // https://plugins.gradle.org/plugin/de.undercouch.download id 'de.undercouch.download' version '5.7.0' apply false }