Skip to content

Commit

Permalink
Merge pull request #116 from pedroSG94/update-dependencies
Browse files Browse the repository at this point in the history
update gradle dependencies
  • Loading branch information
pedroSG94 authored Mar 23, 2024
2 parents 338a81f + 0697eb8 commit 3044682
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Release](https://jitpack.io/v/pedroSG94/RTSP-Server.svg)](https://jitpack.io/#pedroSG94/RTSP-Server)

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
Plugin of RootEncoder to stream directly to RTSP player.

## Compile

Expand All @@ -15,8 +15,8 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94:RTSP-Server:1.2.5'
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.0'
implementation 'com.github.pedroSG94:RTSP-Server:1.2.6'
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.3'
}
```
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
val libraryGroup by rootProject.extra { "com.github.pedroSG94" }
val vCode by rootProject.extra { 125 }
val vName by rootProject.extra { "1.2.5" }
val vCode by rootProject.extra { 126 }
val vName by rootProject.extra { "1.2.6" }
val coroutinesVersion by rootProject.extra { "1.7.3" }
val rootEncoderVersion by rootProject.extra { "2.4.0" }
val rootEncoderVersion by rootProject.extra { "2.4.3" }

plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.dokka") version "1.9.10" apply true
id("com.android.application") version "8.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("org.jetbrains.dokka") version "1.9.20" apply true
}

tasks.register("clean") {
delete(rootProject.buildDir)
delete(layout.buildDirectory)
}

tasks.dokkaHtmlMultiModule.configure {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed May 26 11:03:20 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 3044682

Please sign in to comment.