diff --git a/CHANGELOG.md b/CHANGELOG.md index f27d0fb..dace174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.0.3] - 2022-05-30 + +- Android: do not obfuscate rtmpdroid classes to + fix [#6](https://github.com/apivideo/api.video-flutter-live-stream/issues/6) + ## [1.0.2] - 2022-05-25 - iOS: implements `stopPreview` and `startPreview` to diff --git a/README.md b/README.md index 9608486..8000f16 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following: ```yaml dependencies: - apivideo_live_stream: ^1.0.2 + apivideo_live_stream: ^1.0.3 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 7468cc3..05c46fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apivideo_live_stream description: Flutter RTMP live stream client. -version: 1.0.2 +version: 1.0.3 repository: https://github.com/apivideo/api.video-flutter-live-stream issue_tracker: https://github.com/apivideo/api.video-flutter-live-stream/issues homepage: https://api.video