chore(build): set required Java version to 11, update dependencies

This commit is contained in:
Skylot
2023-04-05 19:25:54 +01:00
parent 13e317d927
commit 75fbdd3ac4
14 changed files with 52 additions and 62 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation('com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3')
implementation('com.android.tools:r8:4.0.48')
implementation('com.android.tools:r8:8.0.40')
implementation 'org.ow2.asm:asm:9.4'
implementation 'org.ow2.asm:asm:9.5'
}