Skip to content

Commit

Permalink
version 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Oct 28, 2024
1 parent c8aca27 commit 52f4faf
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94.RootEncoder:library:2.5.3'
implementation 'com.github.pedroSG94.RootEncoder:library:2.5.4'
//Optional, allow use BitmapSource, CameraXSource and CameraUvcSource
implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.3'
implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.4'
}
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace = "com.pedro.streamer"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.pedro.streamer"
minSdk = 16
targetSdk = 34
targetSdk = 35
versionCode = libs.versions.versionCode.get().toInt()
versionName = libs.versions.versionName.get()
multiDexEnabled = true
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.common"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions encoder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.encoder"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions extra-sources/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.extrasources"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 21
lint.targetSdk = 34
lint.targetSdk = 35
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
libraryGroup = "com.github.pedroSG94"
versionCode = "253"
versionName = "2.5.3"
versionCode = "254"
versionName = "2.5.4"

#plugins versions
agp = "8.6.1"
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.library"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions rtmp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.rtmp"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions rtsp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.rtsp"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions srt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.srt"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions udp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.udp"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}
buildTypes {
release {
Expand Down

0 comments on commit 52f4faf

Please sign in to comment.