Skip to content

Commit

Permalink
Update Jitsi Meet SDK for iOS to 2.10.2 and Android to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantvu committed Nov 3, 2020
1 parent 99997e7 commit 3ce5c71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0
* Update Jitsi Meet SDK for Android to 2.10.0.
* Update Jitsi Meet SDK for iOS to 2.10.2.
* Breaking change for Android. Minimum SDK must be increased to 23.

## 0.4.1
* Fixed close meeting programmatically in iOS.
* Updated formatting to increase pub points.
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.gunschu.jitsi_meet_example"
minSdkVersion 21 //Required for Jitsi
minSdkVersion 23 //Required for Jitsi
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jitsi_meet
description: Jitsi Meet Plugin - A plugin for integrating open source Jitsi Meet API in flutter. Jitsi Meet is secure, fully featured and allows completely free video conferencing made with https://jitsi.org, a collection of open source projects
version: 0.4.1
version: 1.0.0
homepage: https://github.com/gunschu/jitsi_meet

environment:
Expand Down

0 comments on commit 3ce5c71

Please sign in to comment.