Skip to content

Commit

Permalink
Merge pull request #64 from livefront/prepare-v1.3.0
Browse files Browse the repository at this point in the history
Prepare for v1.3.0 release
  • Loading branch information
brian-livefront committed Dec 7, 2020
2 parents 5845e01 + e942908 commit 6cceded
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.3.0 *(2020-12-07)*
----------------------------

* Reduced memory usage when processing data by skipping Base64-encoding step and using custom file storage.
* Improved performance when processing Bitmap objects by avoiding compression.

Version 1.2.1 *(2019-11-14)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ repositories {
}
dependencies {
implementation 'com.github.livefront:bridge:v1.2.1'
implementation 'com.github.livefront:bridge:v1.3.0'
}
```

Expand Down

0 comments on commit 6cceded

Please sign in to comment.