From 81ff51148575b9ad4bc16ebf18afa5819174c7e6 Mon Sep 17 00:00:00 2001 From: maks Date: Wed, 26 Oct 2022 12:54:16 +0200 Subject: Initial commit, w/ v1.0.0 --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.gradle (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..71b99f4 --- /dev/null +++ b/build.gradle @@ -0,0 +1,5 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +plugins { + id 'com.android.application' version '7.3.1' apply false + id 'com.android.library' version '7.3.1' apply false +} \ No newline at end of file -- cgit v1.3.1