Skip to content

Commit

Permalink
Merged 1.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavin committed Mar 9, 2017
2 parents 8a0ce08 + 2abbc06 commit 2bacacf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This guide is designed to get you up and running with Mobile Messaging SDK integ
```groovy
dependencies {
...
compile ('org.infobip.mobile.messaging.api:infobip-mobile-messaging-android-sdk:1.3.31@aar') {
compile ('org.infobip.mobile.messaging.api:infobip-mobile-messaging-android-sdk:1.3.32@aar') {
transitive = true;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ class SyncMessagesResult extends UnsuccessfulResult {
mapResponseToMessage(payloads);
}

@Override
public boolean hasError() {
return true;
}

private void mapResponseToMessage(List<MessageResponse> payloads) {
if (payloads == null) return;

Expand Down

0 comments on commit 2bacacf

Please sign in to comment.