Skip to content

Commit

Permalink
调整依赖结构
Browse files Browse the repository at this point in the history
  • Loading branch information
cy745 committed Mar 7, 2023
1 parent 6e34e3e commit e662a0a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "jaudiotagger-android"]
path = jaudiotagger-android
url = https://gitee.com/lalilu/jaudiotagger-android.git

[submodule "lmedia"]
path = lmedia
url = https://gitee.com/lalilu/lmedia.git
Expand Down
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,6 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"

// http://www.jthink.net/jaudiotagger/
// https://github.com/hexise/jaudiotagger-android
// LGPL-3.0 License
implementation project(":jaudiotagger-android")
implementation project(":common")
implementation project(":ui")
implementation project(":lmedia")
Expand Down
1 change: 0 additions & 1 deletion jaudiotagger-android
Submodule jaudiotagger-android deleted from 32caaf
2 changes: 1 addition & 1 deletion lmedia
Submodule lmedia updated from 1d5f52 to 8d8e88
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ rootProject.name = "lmusic"
include ':app'
include ':ui'
include ':common'
include ':jaudiotagger-android'
include ':lmedia'

0 comments on commit e662a0a

Please sign in to comment.