Skip to content

Commit

Permalink
version 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Feb 26, 2024
1 parent 6ec9406 commit e07de10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -70,7 +70,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.5'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.6'
}
```
Expand All @@ -89,7 +89,7 @@ dependencies {
- [x] Disable/Enable video and audio while streaming.
- [x] Switch camera while streaming.
- [x] Change video bitrate while streaming (API 19+).
- [x] AV1, H264, H265, G711 and AAC hardware/software encoding.
- [x] AV1, H264, H265, G711, AAC and OPUS hardware/software encoding.
- [x] Force video and audio Codec to use hardware/software encoding (Not recommended).
- [X] Record MP4 file while streaming (API 18+).
- [X] Set Image, Gif or Text to stream on real time.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
@@ -1,7 +1,7 @@
// 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 { 235 }
val vName by rootProject.extra { "2.3.5" }
val vCode by rootProject.extra { 236 }
val vName by rootProject.extra { "2.3.6" }
val coroutinesVersion by rootProject.extra { "1.7.3" }
val junitVersion by rootProject.extra { "4.13.2" }
val mockitoVersion by rootProject.extra { "5.2.1" }
Expand Down

0 comments on commit e07de10

Please sign in to comment.