mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-10 17:49:40 +03:00
[FIX] Фиксы скриптов Gradle.
This commit is contained in:
parent
50af5fb2d8
commit
8bb760ac01
2 changed files with 1 additions and 22 deletions
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
pack project(':LauncherAPI')
|
pack project(':LauncherAPI')
|
||||||
bundle project(':Radon')
|
bundle 'org.ow2.asm:asm-commons:7.1'
|
||||||
bundle 'mysql:mysql-connector-java:8.0.16'
|
bundle 'mysql:mysql-connector-java:8.0.16'
|
||||||
bundle 'org.jline:jline:3.11.0'
|
bundle 'org.jline:jline:3.11.0'
|
||||||
bundle 'org.jline:jline-reader:3.11.0'
|
bundle 'org.jline:jline-reader:3.11.0'
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
StringEncryption:
|
|
||||||
Enabled: true
|
|
||||||
Mode: Normal
|
|
||||||
StringPool: false
|
|
||||||
InvokeDynamic: None
|
|
||||||
NumberObfuscation: Normal
|
|
||||||
FlowObfuscation: Normal
|
|
||||||
HideCode: false
|
|
||||||
Shuffler: true
|
|
||||||
Crasher: false
|
|
||||||
Optimizer:
|
|
||||||
Enabled: true
|
|
||||||
InlineGotoGoto: true
|
|
||||||
InlineGotoReturn: true
|
|
||||||
RemoveNopInstructions: true
|
|
||||||
Watermarker:
|
|
||||||
Enabled: false
|
|
||||||
Message: "This copy belongs to GravitLauncher"
|
|
||||||
Key: "SuperSecureKey"
|
|
||||||
Dictionary: Spaces
|
|
||||||
TrashClasses: 500
|
|
Loading…
Reference in a new issue