From bf39ceaa89b6a418dc4e7743ff226ed4a6e9feb3 Mon Sep 17 00:00:00 2001 From: MUEDSA <7676275+muedsa@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:03:47 +0800 Subject: [PATCH] change(deps): agp 8.6.1 --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2fd1820..d207c92 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.7.0-alpha04' apply false - id 'com.android.library' version '8.7.0-alpha04' apply false + id 'com.android.application' version '8.6.1' apply false id 'com.google.gms.google-services' version '4.4.2' apply false id 'com.google.firebase.crashlytics' version '3.0.2' apply false