enable donations for streams

This commit is contained in:
Christian Schabesberger
2018-04-07 21:36:20 +02:00
parent 1d94e7d477
commit 17e7e5a359
8 changed files with 137 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ dependencies {
implementation 'org.jsoup:jsoup:1.9.2'
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'
testImplementation 'junit:junit:4.12'
}