From 05ac540b02781edb05adb1befab84f2fac808ca5 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Wed, 24 Feb 2021 15:24:56 +0530 Subject: [PATCH] Fix missing dep. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ae976f0..636f62a 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.bouncycastle:bcprov-jdk15on:1.67' implementation 'org.mongodb:mongodb-driver-sync:4.2.1' implementation 'io.projectreactor.netty:reactor-netty:1.0.4' - implementation 'com.github.TeamNewPipe:NewPipeExtractor:SNAPSHOT' + implementation 'com.github.TeamNewPipe.NewPipeExtractor:NewPipeExtractor:dev-SNAPSHOT' implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' implementation 'com.fasterxml.jackson.core:jackson-core:2.12.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.1'