Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Deficuet authored and Deficuet committed Jan 15, 2024
1 parent 5af65aa commit 0640d71
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 3,564 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.github.deficuet'
version '0.1.0_alpha.8'
version '0.1.0_alpha.9'

repositories {
mavenCentral()
Expand All @@ -14,9 +14,11 @@ repositories {

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7'
implementation 'org.json:json:20230618'
implementation 'org.json:json:20231013'
implementation 'org.lz4:lz4-java:1.8.0'
implementation 'com.nixxcode.jvmbrotli:jvmbrotli:0.2.0'
implementation 'org.tukaani:xz:1.9'
implementation 'org.brotli:dec:0.1.2'
implementation 'org.apache.commons:commons-compress:1.25.0'
implementation 'com.github.Deficuet:JImageUtils:0.0.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
Expand Down
52 changes: 0 additions & 52 deletions src/main/java/SevenZip/CRC.java

This file was deleted.

Loading

0 comments on commit 0640d71

Please sign in to comment.