From e937bd518a806508e32220acbc8e24e1ad21eacf Mon Sep 17 00:00:00 2001 From: Isaac Sh <424675+Iktwo@users.noreply.github.com> Date: Thu, 28 Feb 2019 22:11:22 -0800 Subject: [PATCH] Remove local properties file that should have never been checked in --- .gitignore | 1 + src/android/local.properties | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 src/android/local.properties diff --git a/.gitignore b/.gitignore index 9c9a6b7..e91d4e6 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ gradle.properties android.iml build-src* src/android/gradle.properties +src/android/local.properties diff --git a/src/android/local.properties b/src/android/local.properties deleted file mode 100644 index f73784e..0000000 --- a/src/android/local.properties +++ /dev/null @@ -1,6 +0,0 @@ -## This file is automatically generated by QtCreator. -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. - -sdk.dir=/opt/android-sdk