forked from organicmaps/organicmaps
Fixed broken build.
This commit is contained in:
parent
8daac6b8a7
commit
d236f633f0
3 changed files with 2 additions and 2 deletions
android
2
android/.gitignore
vendored
2
android/.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
bin
|
||||
gen
|
||||
libs
|
||||
/libs/
|
||||
.settings
|
||||
resbuilder
|
||||
spoon-output
|
||||
|
|
|
@ -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 {
|
||||
|
|
BIN
android/3rd_party/facebook-android-sdk/facebook/libs/bolts.jar
vendored
Normal file
BIN
android/3rd_party/facebook-android-sdk/facebook/libs/bolts.jar
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue