Projects STRLCPY jadx Commits d2bef108
🤬
  • ■ ■ ■ ■
    jadx-core/build.gradle
    skipped 19 lines
    20 20   testRuntimeOnly(project(':jadx-plugins:jadx-java-input'))
    21 21   testRuntimeOnly(project(':jadx-plugins:jadx-raung-input'))
    22 22   
    23  - testImplementation 'org.eclipse.jdt:ecj:3.28.0'
     23 + testImplementation 'org.eclipse.jdt:ecj:3.29.0'
    24 24   testImplementation 'tools.profiler:async-profiler:1.8.3'
    25 25  }
    26 26   
    skipped 4 lines
  • ■ ■ ■ ■ ■ ■
    jadx-gui/build.gradle
    skipped 11 lines
    12 12   implementation 'com.beust:jcommander:1.82'
    13 13   implementation 'ch.qos.logback:logback-classic:1.2.11'
    14 14   
    15  - implementation 'com.fifesoft:rsyntaxtextarea:3.1.6'
     15 + implementation 'com.fifesoft:rsyntaxtextarea:3.2.0'
    16 16   implementation files('libs/jfontchooser-1.0.5.jar')
    17 17   implementation 'hu.kazocsaba:image-viewer:1.2.3'
    18 18   
    19  - implementation 'com.formdev:flatlaf:2.0.2'
    20  - implementation 'com.formdev:flatlaf-intellij-themes:2.0.2'
    21  - implementation 'com.formdev:flatlaf-extras:2.0.2'
     19 + implementation 'com.formdev:flatlaf:2.1'
     20 + implementation 'com.formdev:flatlaf-intellij-themes:2.1'
     21 + implementation 'com.formdev:flatlaf-extras:2.1'
    22 22   implementation 'com.formdev:svgSalamander:1.1.3'
    23 23   
    24 24   implementation 'com.google.code.gson:gson:2.9.0'
    skipped 102 lines
Please wait...
Page is in error, reload to recover