From 3e37047733022f978ebb7345aaceec1f553e806c Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Tue, 5 Dec 2023 13:07:51 -0400 Subject: [PATCH] AGP 8.2.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7606865..f23a1bd 100644 --- a/build.gradle +++ b/build.gradle @@ -17,8 +17,8 @@ limitations under the License. // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.2.0-rc03' apply false - id 'com.android.library' version '8.2.0-rc03' apply false + id 'com.android.application' version '8.2.0' apply false + id 'com.android.library' version '8.2.0' apply false } allprojects {