mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-22 09:57:38 +00:00
6 lines
201 B
Groovy
6 lines
201 B
Groovy
|
dependencies {
|
||
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||
|
implementation project(":timeago-parser")
|
||
|
}
|