Bandcamp service with support for streams and searches

This commit is contained in:
Fynn Godau
2019-12-21 19:00:07 +01:00
parent d83787a5ca
commit a579337c9a
15 changed files with 1000 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ dependencies {
implementation 'org.mozilla:rhino:1.7.7.1'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
implementation 'org.nibor.autolink:autolink:0.8.0'
implementation 'org.json:json:20190722'
testImplementation 'junit:junit:4.12'
}