Skip to content

Commit

Permalink
version 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro committed May 7, 2019
1 parent 7dab908 commit b1b7ad3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
}
}
dependencies {
compile 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:1.5.8'
compile 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:1.5.9'
}
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.pedro.rtpstreamer"
minSdkVersion 16
targetSdkVersion 28
versionCode 158
versionName "1.5.8"
versionCode 159
versionName "1.5.9"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions encoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 158
versionName "1.5.8"
versionCode 159
versionName "1.5.9"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions rtmp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 158
versionName "1.5.8"
versionCode 159
versionName "1.5.9"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions rtplibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 158
versionName "1.5.8"
versionCode 159
versionName "1.5.9"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions rtsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 158
versionName "1.5.8"
versionCode 159
versionName "1.5.9"
}
buildTypes {
release {
Expand Down

0 comments on commit b1b7ad3

Please sign in to comment.