Skip to content

Commit

Permalink
version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Feb 26, 2024
1 parent f3249f9 commit f7ed7a8
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.1'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.5'
implementation 'com.github.pedroSG94:RTSP-Server:1.2.2'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.6'
}
```
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 { 121 }
val vName by rootProject.extra { "1.2.1" }
val vCode by rootProject.extra { 122 }
val vName by rootProject.extra { "1.2.2" }
val coroutinesVersion by rootProject.extra { "1.7.3" }
val rootEncoderVersion by rootProject.extra { "e532551f39" }
val rootEncoderVersion by rootProject.extra { "2.3.6" }

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

0 comments on commit f7ed7a8

Please sign in to comment.