Skip to content

Commit

Permalink
🐛 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Haransis committed Jul 16, 2020
1 parent 0b5d8c8 commit 2705b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add it in your root build.gradle at the end of repositories:
2. Add the dependency in Gradle
```
dependencies {
implementation 'com.github.Haransis:WaveFormPlayer:1.1.0'
implementation 'com.github.Haransis:WaveFormPlayer:1.1.2'
}
```

Expand All @@ -42,7 +42,7 @@ Add it in your root build.gradle at the end of repositories:
<dependency>
<groupId>com.github.Haransis</groupId>
<artifactId>WaveFormPlayer</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions soundwave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 25
targetSdkVersion 29
versionCode 3
versionName "1.1.0"
versionCode 5
versionName "1.1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 2705b14

Please sign in to comment.