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