Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarPetrov committed Jan 10, 2020
1 parent 1a39196 commit 1235af8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,15 @@ Fix gradle setup.

## 0.0.4

Make the API async.
Make the API async.

## 0.0.5

#### Improve usage documentation
In order to import this plugin correctly you need to add the following lines to your **settings.gradle**:

In the beginning add: `include ':steg'`

In the end of the file add: `project(':steg').projectDir = new File(project(':flutter_stegify').projectDir, 'steg')`

Example usage of the plugin can be found [here](https://github.com/DimitarPetrov/stegify-mobile/blob/6b196690fa7f1db18eba387f49bec22f9a7de847/android/settings.gradle).
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_stegify
description: Flutter plugin for steganography encoding and decoding files within an image using stegify API.
version: 0.0.4
version: 0.0.5
author: Dimitar Petrov <[email protected]>
homepage: https://github.com/DimitarPetrov/stegify-flutter-plugin

Expand Down

0 comments on commit 1235af8

Please sign in to comment.