fix: update apktool

This commit is contained in:
Lucaskyy 2022-06-20 17:07:04 +02:00
parent 714a98422d
commit ab866bb8ef
No known key found for this signature in database
GPG key ID: 1530BFF96D1EEB89

View file

@ -22,14 +22,15 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
api("xpp3:xpp3:1.1.4c")
api("org.apktool:apktool-lib:2.6.4-SNAPSHOT")
api("org.apktool:apktool-lib:2.6.5-SNAPSHOT")
api("app.revanced:multidexlib2:2.5.2.r2")
api("org.smali:smali:2.5.2")
testImplementation(kotlin("test"))
implementation(kotlin("reflect"))}
}
tasks {
test {