From 3ad1aba59b20ee23a270790aa876872d2710ef40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:56:50 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v8.3.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 6bd28ec..55902fd 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.2.2' apply false - id 'com.android.library' version '8.2.2' apply false + id 'com.android.application' version '8.3.0' apply false + id 'com.android.library' version '8.3.0' apply false } task clean(type: Delete) {