Browse Source

Removed *.properties android studio config file

pull/1/head
Joseph Henry 10 years ago
parent
commit
4666b7a2b8
  1. 3
      .gitignore
  2. 12
      integrations/android/android_jni_lib/proj/local.properties

3
.gitignore vendored

@ -2,10 +2,11 @@
*.xcuserstate
*.DS_Store
# Android Studio
# Android Studio / Example project configs
*.idea
*.gradle
integrations/android/android_jni_lib/proj/local.properties
integrations/android/example_app/local.properties
# Unity
*.meta

12
integrations/android/android_jni_lib/proj/local.properties

@ -1,12 +0,0 @@
## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# 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 Mar 14 13:10:59 PDT 2016
ndk.dir=/Users/Joseph/android-ndk-r10e
sdk.dir=/Users/Joseph/Library/Android/sdk
Loading…
Cancel
Save