Skip to content

Commit e7b89a2

Browse files
committed
release: 104.5112.06.
1 parent 28e5d74 commit e7b89a2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[104.5112.06] - 2023.01.31
5+
6+
* Upgrade to WebRTC-SDK M104.5112.06
7+
* feat: Expose setCodecPreferences/getCapabilities for android.
48

59
[104.5112.05] - 2022.11.23
610

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 WebRTC SDKs
3+
Copyright (c) 2023 WebRTC SDKs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Step 2. Add the dependency
2222

2323
```gradle
2424
dependencies {
25-
implementation 'com.github.webrtc-sdk:android:104.5112.05'
25+
implementation 'com.github.webrtc-sdk:android:104.5112.06'
2626
}
2727
```

custom_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION=104.5112.05
5+
VERSION=104.5112.06
66

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)