commit ed6cc2a82294f93d04989894e59958ee92069dd4 Author: oasisfeng Date: Wed Feb 6 08:16:35 2013 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb8e9e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Eclipse project files +.classpath +.project diff --git a/README.md b/README.md new file mode 100644 index 0000000..1920a3f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +deagle +====== + +Deagle library for Android \ No newline at end of file