From be88d6e79ac122675cb013534178759b33bc84f1 Mon Sep 17 00:00:00 2001 From: Brian Adamson Date: Fri, 3 Dec 2021 18:05:15 -0500 Subject: [PATCH] Delete local.properties Android "local.properties" files should not be checked into version control. They contain information that is only relevant to the local development environment (e.g. paths to android tools, etc) --- android/local.properties | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 android/local.properties diff --git a/android/local.properties b/android/local.properties deleted file mode 100644 index 96385ed..0000000 --- a/android/local.properties +++ /dev/null @@ -1,10 +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. -#Sat Nov 13 08:28:03 EST 2021 -sdk.dir=/Users/alessandrogrossmann/Library/Android/sdk -ndk.dir=/Users/alessandrogrossmann/Library/Android/sdk/ndk/20.0.5594570 -cmake.dir=/Users/alessandrogrossmann/Library/Android/sdk/cmake/3.10.2.4988404