From 8e81421174a7297c14137d3d5f0a50c27af1b6db Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 14 May 2024 12:10:15 +0200 Subject: [PATCH] version 1.2.8 and update gradle --- README.md | 4 ++-- build.gradle.kts | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ef906bc..ff5665f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ allprojects { } } dependencies { - implementation 'com.github.pedroSG94:RTSP-Server:1.2.7' - implementation 'com.github.pedroSG94.RootEncoder:library:2.4.4' + implementation 'com.github.pedroSG94:RTSP-Server:1.2.8' + implementation 'com.github.pedroSG94.RootEncoder:library:2.4.5' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 9772c12..7792f3c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,13 +1,13 @@ // 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 { 127 } -val vName by rootProject.extra { "1.2.7" } +val vCode by rootProject.extra { 128 } +val vName by rootProject.extra { "1.2.8" } val coroutinesVersion by rootProject.extra { "1.7.3" } -val rootEncoderVersion by rootProject.extra { "2.4.4" } +val rootEncoderVersion by rootProject.extra { "2.4.5" } plugins { - id("com.android.application") version "8.3.1" apply false - id("org.jetbrains.kotlin.android") version "1.9.23" apply false + id("com.android.application") version "8.4.0" apply false + id("org.jetbrains.kotlin.android") version "1.9.24" apply false id("org.jetbrains.dokka") version "1.9.20" apply true } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fda3bd0..45fac12 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.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME