chore: update dependencies

This commit is contained in:
Skylot
2023-06-07 21:20:05 +01:00
parent 83b6ffbba9
commit eb4d540b04
9 changed files with 14 additions and 14 deletions
+4 -5
View File
@@ -1,7 +1,7 @@
plugins {
id 'jadx-kotlin'
id 'application'
id 'edu.sc.seis.launch4j' version '2.5.4'
id 'edu.sc.seis.launch4j' version '3.0.1'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'org.beryx.runtime' version '1.13.0'
}
@@ -44,7 +44,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
implementation "com.github.akarnokd:rxjava2-swing:0.3.7"
implementation 'com.android.tools.build:apksig:8.0.1'
implementation 'com.android.tools.build:apksig:8.0.2'
implementation 'io.github.skylot:jdwp:2.0.0'
testImplementation project(":jadx-core").sourceSets.test.output
@@ -105,14 +105,13 @@ launch4j {
copyConfigurable = []
jarTask = project.tasks.shadowJar
icon = "${projectDir}/src/main/resources/logos/jadx-logo.ico"
outfile = "jadx-gui-${version}.exe"
outfile = "jadx-gui-${project.jadxVersion}.exe"
copyright = 'Skylot'
windowTitle = 'jadx'
companyName = 'jadx'
jreMinVersion = '11'
jvmOptions = application.getApplicationDefaultJvmArgs()
jreRuntimeBits = "64"
bundledJre64Bit = true
requires64Bit = true
initialHeapPercent = 5
maxHeapSize = 4096
maxHeapPercent = 70