File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4+ [ 114.5735.02] - 2023.07.13
5+
6+ * Upgrade to WebRTC-SDK M114.5735.02
7+ * fix: skip decryption when key invalid.
8+ * Exposing Adapter types in PeerConnectionFactory.
9+
410[ 114.5735.01] - 2023.06.27
511
612* Upgrade to WebRTC-SDK M114.5735.01
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project
1010
1111``` gradle
1212 dependencies {
13- implementation 'io.github.webrtc-sdk:android:114.5735.01 '
13+ implementation 'io.github.webrtc-sdk:android:114.5735.02 '
1414 }
1515```
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =114.5735.01
2+ VERSION_NAME =114.5735.02
33
44POM_NAME =WebRTC Android SDK
55POM_DESCRIPTION =WebRTC Android SDK
You can’t perform that action at this time.
0 commit comments