Skip to content

Commit

Permalink
Bump WebRTC to version 123
Browse files Browse the repository at this point in the history
  • Loading branch information
rno committed Mar 23, 2024
1 parent 12fc172 commit 41b9aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ The latest release is available on [Maven Central](https://search.maven.org/arti
#### Gradle Groovy DSL

```groovy
implementation 'com.dafruits:webrtc:122.0.0'
implementation 'com.dafruits:webrtc:123.0.0'
```

#### Gradle Kotlin DSL

```kotlin
implementation("com.dafruits:webrtc:122.0.0")
implementation("com.dafruits:webrtc:123.0.0")
```

### Manual
Expand All @@ -49,7 +49,7 @@ implementation("com.dafruits:webrtc:122.0.0")
3. Include the following line in the `dependencies` section of your `build.gradle.kts` file

```kotlin
implementation(files("libs/libwebrtc-122.0.0.aar"))
implementation(files("libs/libwebrtc-123.0.0.aar"))
```

### Proguard
Expand Down

0 comments on commit 41b9aa1

Please sign in to comment.