Skip to content

Commit 57c14c4

Browse files
committed
Fix gradle resolving Extractor Jitpack dependendy by using lowercase group name
1 parent eb9f300 commit 57c14c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ dependencies {
197197
// Or you can use a commit you pushed to GitHub by just replacing TeamNewPipe with your GitHub
198198
// name and the commit hash with the commit hash of the (pushed) commit you want to test
199199
// This works thanks to JitPack: https://jitpack.io/
200-
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
201-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.2'
202-
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
200+
implementation 'com.github.teamnewpipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
201+
implementation 'com.github.teamnewpipe:newpipeextractor:v0.24.2'
202+
implementation 'com.github.teamnewpipe:nononsense-filepicker:5.0.0'
203203

204204
/** Checkstyle **/
205205
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"

0 commit comments

Comments
 (0)