chore: update dependencies

This commit is contained in:
Skylot
2024-01-11 19:10:44 +00:00
parent 23e643c686
commit 03052baabe
9 changed files with 17 additions and 17 deletions
@@ -6,8 +6,8 @@ dependencies {
api(project(":jadx-core"))
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation("com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3")
implementation("com.android.tools:r8:8.2.33")
implementation("com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21")
implementation("com.android.tools:r8:8.2.42")
implementation("org.ow2.asm:asm:9.6")
}