Skip to content

Commit

Permalink
version 1.2.8 and update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed May 14, 2024
1 parent 1379ce9 commit 8e81421
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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
}

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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 8e81421

Please sign in to comment.