added graddle as build tool to the project and deleted the most of the 3rd party dependencies

This commit is contained in:
frosch95
2013-09-22 12:18:37 +02:00
parent 74295710dc
commit b081fa2743
18 changed files with 335 additions and 8 deletions

6
.gitignore vendored
View File

@@ -7,4 +7,8 @@ out/
.idea/
#database files
*.db
*.db
#gradle files
.gradle/
build/