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 /.idea
.DS_Store .DS_Store
/build /build
*.iml *.iml
/*/build

View File

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