Skip to content

Commit

Permalink
Bump version m119.6045.03
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Oct 25, 2023
1 parent 5a54d42 commit e30a2a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

--------------------------------------------
[119.6045.02] - 2023.10.24
[119.6045.03] - 2023.10.24

* Upgrade to WebRTC-SDK M119.6045.02

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# android

![](https://maven-badges.herokuapp.com/maven-central/io.github.webrtc-sdk/android/badge.svg)
![Maven Central](https://img.shields.io/maven-central/v/tech.waterbus/webrtc)

WebRTC pre-compiled library for android.

Expand All @@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android:114.5735.05'
implementation 'tech.waterbus:webrtc:119.6045.03'
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=tech.waterbus
VERSION_NAME=119.6045.02
VERSION_NAME=119.6045.03

POM_NAME=WebRTC Android SDK
POM_DESCRIPTION=WebRTC Android SDK
Expand Down

0 comments on commit e30a2a9

Please sign in to comment.