From 1094ae518c4164656d5b0a45af24a4f7213be990 Mon Sep 17 00:00:00 2001 From: TIMON Lounis <lounis.timon7@etu.univ-lorraine.fr> Date: Fri, 7 Feb 2025 13:58:25 +0000 Subject: [PATCH] Upload New File --- build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts new file mode 100644 index 0000000..3756278 --- /dev/null +++ b/build.gradle.kts @@ -0,0 +1,4 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +plugins { + alias(libs.plugins.android.application) apply false +} \ No newline at end of file -- GitLab