Skip to content

Commit

Permalink
feat: sync up main
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Mar 25, 2024
2 parents b017c9d + 4ce34b7 commit 2cefef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repositories {
dependencies {
implementation 'com.github.lovegaoshi:KotlinAudio:v2.0.0-fade5'
// used when building against local maven
// implementation "com.github.doublesymmetry:kotlin-audio:2.0.0"
// implementation "com.github.doublesymmetry:kotlin-audio:2.1.0"

//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-track-player",
"version": "4.0.1",
"version": "4.1.0",
"description": "A fully fledged audio module created for music apps",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-track-player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.swift_version = "4.2"

s.dependency "React-Core"
s.dependency "SwiftAudioEx", "1.0.0"
s.dependency "SwiftAudioEx", "1.1.0"
end

0 comments on commit 2cefef7

Please sign in to comment.