Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianscar authored and Tianscar committed Aug 4, 2021
1 parent f9e311f commit 8e555a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ allprojects {
```
dependencies {
...
implementation 'com.github.Tianscar:SoundTouch4Android:1.0.3'
implementation 'com.github.Tianscar:SoundTouch4Android:1.0.3.1'
}
```
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 4
versionCode 5
versionName "1.0.3.1"
consumerProguardFiles "consumer-rules.pro"
externalNativeBuild {
Expand Down

0 comments on commit 8e555a9

Please sign in to comment.