Skip to content

Commit

Permalink
version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 3, 2024
1 parent 062d7e2 commit 84a274a
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.3'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.7'
implementation 'com.github.pedroSG94:RTSP-Server:1.2.4'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.8'
}
```
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 { 123 }
val vName by rootProject.extra { "1.2.3" }
val vCode by rootProject.extra { 124 }
val vName by rootProject.extra { "1.2.4" }
val coroutinesVersion by rootProject.extra { "1.7.3" }
val rootEncoderVersion by rootProject.extra { "2.3.7" }
val rootEncoderVersion by rootProject.extra { "2.3.8" }

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

0 comments on commit 84a274a

Please sign in to comment.