From 331b03024853113776982533fe7ab6adad63faac Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sat, 26 Aug 2023 09:29:40 +0200 Subject: [PATCH] [android] Add new project level build.gradle Signed-off-by: Arnaud Vergnet --- android/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 android/build.gradle diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000000..0ebef73860 --- /dev/null +++ b/android/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 '8.1.0' apply false + id 'com.android.library' version '8.1.0' apply false +} \ No newline at end of file