Skip to content

Commit

Permalink
Replace dependencies with central repository variants (#37)
Browse files Browse the repository at this point in the history
Add Triple-T Structure Metadata and replace jar dependencies with online repository variants
  • Loading branch information
amCap1712 authored Apr 10, 2020
1 parent a68ddd8 commit 4a63d12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ dependencies {
implementation 'androidx.preference:preference:1.1.0'
implementation 'me.dm7.barcodescanner:zbar:1.9.13'
implementation 'com.github.QuickLyric:fpcalc-android:1.0.1'
implementation files('libs/jaudiotagger-2.2.6-SNAPSHOT.jar')
implementation files('libs/java-string-similarity-1.2.1.jar')
implementation 'org.bitbucket.ijabz:jaudiotagger:android-SNAPSHOT'
implementation 'info.debatty:java-string-similarity:1.2.1'
}
Binary file removed app/libs/jaudiotagger-2.2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed app/libs/java-string-similarity-1.2.1.jar
Binary file not shown.

0 comments on commit 4a63d12

Please sign in to comment.