chore: update dependencies

This commit is contained in:
Skylot
2024-02-21 18:26:07 +00:00
parent d7ec35791b
commit 56749b2afb
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -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