From 7c3b1ab7b72686468da52cfa6fc39b67393992a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Tue, 19 Mar 2024 19:13:36 +0100 Subject: [PATCH] remove unused build.gradle --- android/source/build.gradle | 48 ++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/android/source/build.gradle b/android/source/build.gradle index 4179961..2f72611 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -16,27 +16,27 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. -buildscript { - - repositories { - google() - jcenter() - } - dependencies { - classpath 'com.android.tools.build:gradle:4.1.3' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files - } -} - -allprojects { - repositories { - google() - jcenter() - } -} - -task clean(type: Delete) { - delete rootProject.buildDir -} +// buildscript { +// +// repositories { +// google() +// jcenter() +// } +// dependencies { +// classpath 'com.android.tools.build:gradle:4.1.3' +// +// // NOTE: Do not place your application dependencies here; they belong +// // in the individual module build.gradle files +// } +// } +// +// allprojects { +// repositories { +// google() +// jcenter() +// } +// } +// +// task clean(type: Delete) { +// delete rootProject.buildDir +// } -- GitLab