From 9e73f6c3ac1419332c2029a1ce2d6d55ed4980cb Mon Sep 17 00:00:00 2001 From: micoder-dev Date: Tue, 2 May 2023 13:04:50 +0530 Subject: [PATCH] jit --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index c84cccf..a51fb0c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,8 @@ +buildscript { + dependencies { + classpath 'com.android.tools.build:gradle:8.0.0' + } +} // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.0.0' apply false