hotfix for build.gradle

This commit is contained in:
rober 2015-04-16 22:37:53 +02:00
parent f802e85714
commit 21b19b7a63
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,5 +3,4 @@
/.idea
.DS_Store
/build
*.iml
/*/build
*.iml

View File

@ -20,3 +20,4 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}