diff --git a/.gitignore b/.gitignore index 2a5294e..6244aed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .gradle .idea build -release \ No newline at end of file +release +local.properties +app/local.properties \ No newline at end of file diff --git a/app/local.properties b/app/local.properties deleted file mode 100644 index cf738a7..0000000 --- a/app/local.properties +++ /dev/null @@ -1,4 +0,0 @@ -sdk.dir=/home/vagrant/android-sdk -sdk-location=/home/vagrant/android-sdk -ndk.dir=/home/vagrant/android-ndk/r12b -ndk-location=/home/vagrant/android-ndk/r12b diff --git a/local.properties b/local.properties deleted file mode 100644 index 5190a35..0000000 --- a/local.properties +++ /dev/null @@ -1,11 +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. -#Mon Nov 29 22:38:09 EST 2021 -sdk.dir=/home/corewala/.android_sdk -sdk-location=/home/vagrant/android-sdk -ndk.dir=/home/vagrant/android-ndk/r12b -ndk-location=/home/vagrant/android-ndk/r12b