build: Use artifacts from Jitpack

This commit is contained in:
oSumAtrIX
2023-10-09 19:15:23 +02:00
parent cf58f55b38
commit f48da18e37
3 changed files with 10 additions and 25 deletions

View File

@@ -5,6 +5,13 @@ plugins {
group = "app.revanced"
repositories {
mavenCentral()
mavenLocal()
google()
maven { url = uri("https://jitpack.io") }
}
dependencies {
implementation(libs.revanced.patcher)
implementation(libs.revanced.library)