chore: update gradle and dependencies

This commit is contained in:
Skylot
2022-02-13 18:49:52 +00:00
parent 89e95eb9ee
commit 01f74ff706
6 changed files with 11 additions and 10 deletions
+1 -1
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:3.0.73')
implementation('com.android.tools:r8:3.1.51')
implementation 'org.ow2.asm:asm:9.2'
}