From 2c107c6dd13e5778099bbd88d4463cec7e3e99c1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 17 Jun 2023 23:45:57 +0200 Subject: Found on an old harddrive --- build.gradle | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 build.gradle (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle new file mode 100755 index 0000000..7639ace --- /dev/null +++ b/build.gradle @@ -0,0 +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.1.0' apply false + id 'com.android.library' version '7.1.0' apply false + id 'org.jetbrains.kotlin.android' version '1.5.30' apply false +} + +task clean(type: Delete) { + delete rootProject.buildDir +} \ No newline at end of file -- cgit v1.2.3