From 60bb2f88cc40ccb010fbb4db6c9f7e83d157fb23 Mon Sep 17 00:00:00 2001 From: ItsKajjo Date: Sun, 1 Jan 2023 00:25:16 +0300 Subject: [PATCH] Update AGP to 7.3.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e1646710..23cec63d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ buildscript { } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.3.0' apply false - id 'com.android.library' version '7.3.0' apply false + id 'com.android.application' version '7.3.1' apply false + id 'com.android.library' version '7.3.1' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false id 'com.google.dagger.hilt.android' version '2.44.2' apply false id 'com.mikepenz.aboutlibraries.plugin' version "$latestAboutLibsRelease" apply false