chore: update gradle and dependencies

This commit is contained in:
Skylot
2022-04-17 19:28:18 +01:00
parent cf25cc4faa
commit abcaafa89a
4 changed files with 6 additions and 6 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:3.1.51')
implementation('com.android.tools:r8:3.3.28')
implementation 'org.ow2.asm:asm:9.2'
implementation 'org.ow2.asm:asm:9.3'
}