Skip to content

Commit

Permalink
- update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
enricop89 committed Oct 14, 2022
1 parent ba60c35 commit b243c2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.21.1 (Oct 14, 2022)

- [Update]: iOS SDK to 2.23.1 and Android to 2.23.1
- [Update]: min target for iOS is now 12.0


# 0.21.0 (June 14, 2022)

- [Update]: Add DTX Option for Publisher
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.facebook.react:react-native:${_reactNativeVersion}" // From node_modules
implementation 'com.opentok.android:opentok-android-sdk:2.22.3'
implementation 'com.opentok.android:opentok-android-sdk:2.23.1'
}

0 comments on commit b243c2a

Please sign in to comment.