We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c9e0b commit b0d4fa2Copy full SHA for b0d4fa2
CHANGES.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[128.6613.01] - 2024.08.24
5
+
6
+* Bump webrtc M128.6613.01
7
8
[125.6422.03] - 2024.07.08
9
10
* Bump webrtc M125.6422.03
README.md
@@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project
11
```gradle
12
dependencies {
13
- implementation 'tech.waterbus:webrtc:125.6422.03'
+ implementation 'tech.waterbus:webrtc:128.6613.01'
14
}
15
```
gradle.properties
@@ -1,5 +1,5 @@
GROUP=tech.waterbus
-VERSION_NAME=125.6422.03
+VERSION_NAME=128.6613.01
POM_NAME=WebRTC Android SDK
POM_DESCRIPTION=WebRTC Android SDK
0 commit comments