parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 324 forks source link

Update Parse SDK dependencies to 1.12.0 #119

Closed grantland closed 8 years ago

grantland commented 8 years ago

Ugh, this is failing since FB SDK hasn't updated to use bolts-tasks and bolts-applinks yet, will revisit once they do.

grantland commented 8 years ago

@wangmengyan95 it seems something changed in the latest release of parse-android that's breaking the following tests:

com.parse.ParseImageViewTest#testParseImageViewWithImageParseFile
com.parse.ParseImageViewTest#testParseImageViewWithNotImageParseFile

It looks like we read from the File that was passed into new ParseFile(file) on an non-uploaded ParseFile, but now we don't anymore. Is this the case?

wangmengyan95 commented 8 years ago

LGTM!

facebook-github-bot commented 8 years ago

@grantland updated the pull request.