chore: update gradle and java dependencies

This commit is contained in:
Skylot
2021-01-08 15:41:43 +00:00
parent c47e9cdde4
commit 778106c41b
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation(files('lib/dx-1.16.jar'))
implementation 'org.ow2.asm:asm:8.0.1'
implementation 'org.ow2.asm:asm:9.0'
}