未验证 提交 abcaafa8 编写于 作者: S Skylot

chore: update gradle and dependencies

上级 cf25cc4f
plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.diffplug.spotless' version '6.3.0'
id 'com.diffplug.spotless' version '6.4.2'
}
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=e5444a57cda4a95f90b0c9446a9e1b47d3d7f69057765bfb54bd4f482542d548
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
plugins {
id 'application'
id 'edu.sc.seis.launch4j' version '2.5.2'
id 'edu.sc.seis.launch4j' version '2.5.3'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.beryx.runtime' version '1.12.7'
}
......
......@@ -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'
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册