Initial Release

This commit is contained in:
mmk2410 2015-08-21 17:12:24 +02:00
commit 204792c511
45 changed files with 932 additions and 0 deletions

32
.gitignore vendored Normal file
View file

@ -0,0 +1,32 @@
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
#.idea directory
.idea/
# IntelliJ IDEA Files
*.iml