From 6554139c2b5f36be03d8b444b9c3f26a5059b3f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:13:10 +0330 Subject: [PATCH] Update plugin com.android.library to v7.4.1 (#75) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 491cc58..24950ec 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.4.1' apply false - id 'com.android.library' version '7.4.0' apply false + id 'com.android.library' version '7.4.1' apply false id 'org.jetbrains.kotlin.android' version '1.7.20' apply false }