Skip to content

Commit

Permalink
Bump WebRTC to version 115
Browse files Browse the repository at this point in the history
  • Loading branch information
rno committed Jul 22, 2023
1 parent 71804a1 commit 9f5b933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ All binaries in this repository are compiled from the official WebRTC [source co

### Maven

The latest release is available on [Maven Central](https://search.maven.org/artifact/com.dafruits/webrtc/114.0.0/aar)
The latest release is available on [Maven Central](https://search.maven.org/artifact/com.dafruits/webrtc/115.0.0/aar)

#### Gradle Groovy DSL

```groovy
implementation 'com.dafruits:webrtc:114.0.0'
implementation 'com.dafruits:webrtc:115.0.0'
```

#### Gradle Kotlin DSL

```kotlin
implementation("com.dafruits:webrtc:114.0.0")
implementation("com.dafruits:webrtc:115.0.0")
```

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

```kotlin
implementation(files("libs/libwebrtc-114.0.0.aar"))
implementation(files("libs/libwebrtc-115.0.0.aar"))
```

### Proguard
Expand Down

0 comments on commit 9f5b933

Please sign in to comment.