Skip to content

Commit 5f79ab1

Browse files
committed
chore: release 4.2.2
1 parent ef07a24 commit 5f79ab1

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## [4.2.1](https://github.com/AgoraIO/Flutter-SDK/compare/v4.2.0...v4.2.1) (2022-02-08)
1+
2+
3+
## [4.2.2](https://github.com/AgoraIO/Agora-Flutter-SDK/compare/v4.2.1...v4.2.2) (2022-04-13)
4+
5+
6+
### Bug Fixes
7+
8+
* native sdk 3.5.2 can not be found on jitpack.io ([ef07a24](https://github.com/AgoraIO/Agora-Flutter-SDK/commit/ef07a24e3ab56a7ecea45280b3e1915493517a16))## [4.2.1](https://github.com/AgoraIO/Flutter-SDK/compare/v4.2.0...v4.2.1) (2022-02-08)
29

310
# [4.2.0](https://github.com/AgoraIO/Flutter-SDK/compare/v4.2.0-rc.2...v4.2.0) (2022-01-11)
411

@@ -426,4 +433,4 @@
426433

427434
## 0.9.0 beta
428435

429-
* Flutter for Agora Video SDK beta release
436+
* Flutter for Agora Video SDK beta release

pubspec.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: agora_rtc_engine
22
description: >-
33
Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming
44
to your app with just a few lines of code.
5-
version: 4.2.1
6-
homepage: 'https://www.agora.io'
7-
repository: 'https://github.com/AgoraIO/Flutter-SDK'
5+
version: 4.2.2
6+
homepage: https://www.agora.io
7+
repository: https://github.com/AgoraIO/Flutter-SDK
88
environment:
99
sdk: '>=2.12.0 <3.0.0'
1010
flutter: '>=1.12.13+hotfix.6'
@@ -32,4 +32,3 @@ flutter:
3232
pluginClass: AgoraRtcEnginePlugin
3333
ios:
3434
pluginClass: AgoraRtcEnginePlugin
35-

0 commit comments

Comments
 (0)