diff --git a/README.md b/README.md index 1b5bef0..0419b90 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index b12a388..317229c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4048908..fda3bd0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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