From 02eef16b311c9b59a39cf9015075eef6735bf86a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org>
Date: Sun, 31 Mar 2024 13:59:10 +0200
Subject: [PATCH] remove local properties

---
 android/source/.gitignore       | 1 +
 android/source/local.properties | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)
 create mode 100644 android/source/.gitignore
 delete mode 100644 android/source/local.properties

diff --git a/android/source/.gitignore b/android/source/.gitignore
new file mode 100644
index 0000000..639cdd5
--- /dev/null
+++ b/android/source/.gitignore
@@ -0,0 +1 @@
+local.properties
diff --git a/android/source/local.properties b/android/source/local.properties
deleted file mode 100644
index 3fe83ee..0000000
--- a/android/source/local.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-## This file must *NOT* be checked into Version Control Systems,
-# as it contains information specific to your local configuration.
-#
-# Location of the SDK. This is only used by Gradle.
-# For customization when using a Version Control System, please read the
-# header note.
-#Wed Feb 14 19:41:39 CET 2024
-sdk.dir=/usr/lib/android-sdk
-- 
GitLab