feat: migrate logger to slf4j

This commit is contained in:
oSumAtrIX
2022-06-22 14:17:09 +02:00
parent a123026f46
commit 8f66f9f606
3 changed files with 17 additions and 15 deletions

View File

@@ -25,6 +25,7 @@ dependencies {
implementation("app.revanced:multidexlib2:2.5.2.r2")
implementation("org.smali:smali:2.5.2")
implementation("org.apktool:apktool-lib:2.6.5-SNAPSHOT")
implementation("org.slf4j:slf4j-api:1.7.36")
testImplementation(kotlin("test"))
}