1
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-10-06 00:23:15 +02:00

expose extractor via api scope

This commit is contained in:
yausername
2020-06-27 03:02:43 +05:30
parent 92f6754f0f
commit 89e0e3ee2d

View File

@@ -15,7 +15,7 @@ allprojects {
}
dependencies {
implementation project(':extractor')
api project(':extractor')
implementation project(':timeago-parser')
}