Projects STRLCPY jadx Commits df380dea
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    build.gradle
    1 1  plugins {
    2 2   id 'com.github.ben-manes.versions' version '0.42.0'
    3  - id 'com.diffplug.spotless' version '6.5.0'
     3 + id 'com.diffplug.spotless' version '6.6.1'
    4 4  }
    5 5   
    6 6  ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
    skipped 24 lines
    31 31   
    32 32   testImplementation 'ch.qos.logback:logback-classic:1.2.11'
    33 33   testImplementation 'org.hamcrest:hamcrest-library:2.2'
    34  - testImplementation 'org.mockito:mockito-core:4.5.1'
     34 + testImplementation 'org.mockito:mockito-core:4.6.0'
    35 35   testImplementation 'org.assertj:assertj-core:3.22.0'
    36 36   
    37 37   testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
    skipped 119 lines
  • ■ ■ ■ ■ ■ ■
    jadx-gui/build.gradle
    skipped 15 lines
    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.2'
    20  - implementation 'com.formdev:flatlaf-intellij-themes:2.2'
    21  - implementation 'com.formdev:flatlaf-extras:2.2'
     19 + implementation 'com.formdev:flatlaf:2.3'
     20 + implementation 'com.formdev:flatlaf-intellij-themes:2.3'
     21 + implementation 'com.formdev:flatlaf-extras:2.3'
    22 22   implementation 'com.formdev:svgSalamander:1.1.3'
    23 23   
    24 24   implementation 'com.google.code.gson:gson:2.9.0'
    skipped 113 lines
Please wait...
Page is in error, reload to recover