From 78d058d17a0a2eb1674fd417a2e84d32ed8dd66d Mon Sep 17 00:00:00 2001 From: oluiscabral Date: Sat, 14 Dec 2024 09:47:27 -0300 Subject: [PATCH] Remove local configuration --- java/.gitignore | 3 ++- java/local.properties | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 java/local.properties diff --git a/java/.gitignore b/java/.gitignore index f6d64d1f..730cf68f 100644 --- a/java/.gitignore +++ b/java/.gitignore @@ -1,6 +1,7 @@ # Ignore Gradle project-specific cache directory .gradle +.local.properties # Ignore Gradle build output directory build -*.log \ No newline at end of file +*.log diff --git a/java/local.properties b/java/local.properties deleted file mode 100644 index 61ec5043..00000000 --- a/java/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. -#Tue Dec 10 10:08:23 BRT 2024 -sdk.dir=/home/oluiscabral/Android/Sdk