mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 15:30:34 +05:30
The generator now also creates a class that Holds a Map of all Localizations for the timeago-parser.
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")
|
|
}
|