tests: allow to set target java version, use D8 as fallback converter

This commit is contained in:
Skylot
2021-10-14 18:04:58 +01:00
parent cd153c76f2
commit 418df2fd93
7 changed files with 109 additions and 9 deletions
@@ -7,6 +7,7 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation(files('lib/dx-1.16.jar'))
implementation('com.android.tools:r8:2.2.64')
implementation 'org.ow2.asm:asm:9.2'
}