Skip to content

Commit

Permalink
Preparing 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Apr 3, 2021
1 parent 8b30188 commit 268070c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.alexeyvasilyev:rtsp-client-android:1.3.1'
implementation 'com.github.alexeyvasilyev:rtsp-client-android:1.3.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project.ext {
buildToolsVersion = '30.0.3'
minSdkVersion = 21 // 5.0
targetSdkVersion = 30 // 11.0
releaseVersion = "1.3.1"
releaseVersionCode = 131
releaseVersion = "1.3.2"
releaseVersionCode = 132

androidXAnnotationVersion = '1.2.0'
androidXAppcompatVersion = '1.2.0'
Expand Down

0 comments on commit 268070c

Please sign in to comment.