From 3ce5c71304b100d046a9dc6a7e03d7288199d855 Mon Sep 17 00:00:00 2001 From: tuanvu <19482735+tuantvu@users.noreply.github.com> Date: Tue, 3 Nov 2020 15:48:56 -0800 Subject: [PATCH] Update Jitsi Meet SDK for iOS to 2.10.2 and Android to 2.10.0 --- CHANGELOG.md | 5 +++++ example/android/app/build.gradle | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7fc769..1db694f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 47fad135..ffca57f2 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 23303db3..737d7b82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: