Add Gradle build file with wrapper configuration

This commit is contained in:
Chris Beams 2014-08-26 08:27:39 +02:00
parent a8c3040fb3
commit 49adf9cc97
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -14,3 +14,5 @@ bitsquare.iml
*.log
*.sw[op]
.DS_Store
.gradle
build

2
build.gradle Normal file
View File

@ -0,0 +1,2 @@
wrapper.gradleVersion = '2.0'