From beb84c52cddaa54a623df09020f0403debb67e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Chiotti?= <44336112+maelchiotti@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:16:48 +0100 Subject: [PATCH] refactor: clean app/build.gradle --- android/build.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e83fb5da..bc157bd1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,15 +1,3 @@ -buildscript { - ext.kotlin_version = '1.7.10' - repositories { - google() - mavenCentral() - } - - dependencies { - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - } -} - allprojects { repositories { google()