chore: update dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user