From 5fd829395230ec5d2381a68048c695a0b652eee8 Mon Sep 17 00:00:00 2001 From: S Tanveer Hussain Date: Thu, 30 Mar 2023 22:07:37 +0500 Subject: [PATCH] Update build.gradle --- build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6b51c47..e38f27e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ // 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.1' apply false - id 'org.jetbrains.kotlin.android' version '1.8.10' apply false + id 'com.android.application' version '7.1.1' apply false + id 'com.android.library' version '7.1.1' apply false + id 'org.jetbrains.kotlin.android' version '1.6.10' apply false } + task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +}