diff --git a/.gitignore b/.gitignore index ad1caef..6a548f3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ gen/ # Local configuration file (sdk path, etc) local.properties +project.properties # Eclipse project files .settings/ @@ -27,4 +28,4 @@ proguard/ *.iml *.ipr *.iws -.idea/ \ No newline at end of file +.idea/ diff --git a/project.properties b/project.properties deleted file mode 100644 index df2aa1c..0000000 --- a/project.properties +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-18 -android.library.reference.1=../android-support-v7-mediarouter