Skip to content

Commit

Permalink
fix(android): issue where loading a new track after end required seek…
Browse files Browse the repository at this point in the history
… to start (#2174)
  • Loading branch information
dcvz authored Oct 19, 2023
1 parent 4f77294 commit d845eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories {
}

dependencies {
implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0-rc16'
implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0-rc17'
// used when building against local maven
// implementation "com.github.doublesymmetry:kotlin-audio:1.2.2"

Expand Down

0 comments on commit d845eec

Please sign in to comment.