Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Jun 29, 2017
1 parent 3daba3a commit fe99ee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -95,7 +95,7 @@ Settings settings = new Settings();
settings.setUseSystemSending(true);
Transaction transaction = new Transaction(mContext, settings);
Message message = new Message(textToSend, addressToSendTo);
message.setImage(mBitmap);
message.setImage(mBitmap);
transaction.sendNewMessage(message, threadId)
```

Expand All @@ -110,7 +110,7 @@ For full details on how to implement, please check out the sample application. I
To include in your gradle project:

```groovy
compile 'com.klinkerapps:android-smsmms:4.1.0'
compile 'com.klinkerapps:android-smsmms:4.1.1'
```

---
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
@@ -1,5 +1,5 @@
VERSION_NAME=4.1.0
VERSION_CODE=57
VERSION_NAME=4.1.1
VERSION_CODE=58
GROUP=com.klinkerapps

POM_DESCRIPTION=Android Messaging library for SMS and MMS
Expand Down

0 comments on commit fe99ee4

Please sign in to comment.