From 88ce99d87889cdf953af611ef09d7a12b6d23747 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 30 Dec 2025 10:13:11 +0100 Subject: Add Android app wrapper around web interface --- android/build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 android/build.gradle.kts (limited to 'android/build.gradle.kts') diff --git a/android/build.gradle.kts b/android/build.gradle.kts new file mode 100644 index 0000000..3756278 --- /dev/null +++ b/android/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 -- cgit v1.2.3