diff --git a/build.gradle b/build.gradle index 5004b2f..251b104 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '8.3.1' apply false + id 'com.android.application' version '8.3.2' apply false } tasks.register('clean', Delete) {