diff --git a/build.gradle b/build.gradle index af293d693..8a539b519 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '8.8.1' apply false - id 'com.android.library' version '8.8.1' apply false + id 'com.android.application' version '8.8.2' apply false + id 'com.android.library' version '8.8.2' apply false id 'com.chaquo.python' version '15.0.1' apply false }