chore(build): set required Java version to 11, update dependencies
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'jadx-library'
|
||||
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
api(files('libs/mapping-io-0.4.0-SNAPSHOT.jar'))
|
||||
|
||||
constraints {
|
||||
runtimeOnly 'org.ow2.asm:asm:9.3'
|
||||
runtimeOnly 'org.ow2.asm:asm:9.5'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user