From 387d2f3f47d1c55fa6f2ef99e04d4e9153a7f5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gryta?= Date: Wed, 23 Oct 2024 18:23:51 +0200 Subject: [PATCH] Remove local.properties --- .gitignore | 3 ++- local.properties | 10 ---------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore index 7c754ba..5a335f1 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ google-services.json .cxx gpr.properties -.kotlin \ No newline at end of file +.kotlin +local.properties diff --git a/local.properties b/local.properties deleted file mode 100644 index c5dabc8..0000000 --- a/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -## This file is automatically generated by Android Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file should *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. -sdk.dir=/Users/rgryta/Library/Android/sdk \ No newline at end of file