chore: update dependencies
This commit is contained in:
@@ -6,13 +6,13 @@ dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
// TODO: finish own smali printer
|
||||
implementation("com.android.tools.smali:smali-baksmali:3.0.4") {
|
||||
implementation("com.android.tools.smali:smali-baksmali:3.0.5") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
implementation("com.google.guava:guava:33.0.0-jre") // force the latest version for smali
|
||||
|
||||
// compile smali files in tests
|
||||
testImplementation("com.android.tools.smali:smali:3.0.4") {
|
||||
testImplementation("com.android.tools.smali:smali:3.0.5") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
implementation("com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21")
|
||||
implementation("com.android.tools:r8:8.2.42")
|
||||
implementation("com.android.tools:r8:8.2.47")
|
||||
|
||||
implementation("org.ow2.asm:asm:9.6")
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
|
||||
implementation("com.android.tools.smali:smali:3.0.4") {
|
||||
implementation("com.android.tools.smali:smali:3.0.5") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
implementation("com.google.guava:guava:33.0.0-jre") // force the latest version for smali
|
||||
|
||||
Reference in New Issue
Block a user