From d84bb34226b77e551234ed490b108fb5fac27f70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:05:01 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v8.4.0 --- _examples/android/AgeMobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_examples/android/AgeMobile/build.gradle b/_examples/android/AgeMobile/build.gradle index 3454ee3..64720b0 100644 --- a/_examples/android/AgeMobile/build.gradle +++ b/_examples/android/AgeMobile/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.3.2' apply false - id 'com.android.library' version '8.3.2' apply false + id 'com.android.application' version '8.4.0' apply false + id 'com.android.library' version '8.4.0' apply false } task clean(type: Delete) {