Fixed broken build.

This commit is contained in:
Dmitry Yunitsky 2014-07-25 18:42:50 +03:00 committed by Alex Zolotarev
parent 8daac6b8a7
commit d236f633f0
3 changed files with 2 additions and 2 deletions
android
.gitignore
3rd_party/facebook-android-sdk/facebook

2
android/.gitignore vendored
View file

@ -1,6 +1,6 @@
bin
gen
libs
/libs/
.settings
resbuilder
spoon-output

View file

@ -2,7 +2,7 @@ apply plugin: 'android-library'
dependencies {
compile 'com.android.support:support-v4:20.0.+'
compile files('../libs/bolts.jar')
compile files('libs/bolts.jar')
}
android {

Binary file not shown.