chore: update gradle and dependencies

This commit is contained in:
Skylot 2022-04-17 19:28:18 +01:00
parent cf25cc4faa
commit abcaafa89a
No known key found for this signature in database
GPG Key ID: 1E23F5B52567AA39
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
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"

View File

@ -1,6 +1,6 @@
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

View File

@ -1,6 +1,6 @@
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'
}

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'
}