Skip to content

Commit

Permalink
version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 8, 2024
1 parent 84a274a commit 338a81f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.4'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.8'
implementation 'com.github.pedroSG94:RTSP-Server:1.2.5'
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.0'
}
```
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// 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 { 124 }
val vName by rootProject.extra { "1.2.4" }
val vCode by rootProject.extra { 125 }
val vName by rootProject.extra { "1.2.5" }
val coroutinesVersion by rootProject.extra { "1.7.3" }
val rootEncoderVersion by rootProject.extra { "2.3.8" }
val rootEncoderVersion by rootProject.extra { "2.4.0" }

plugins {
id("com.android.application") version "8.2.2" apply false
Expand Down

0 comments on commit 338a81f

Please sign in to comment.