Skip to content

Commit

Permalink
Merge b114b21 into 52a36c0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Jul 21, 2018
2 parents 52a36c0 + b114b21 commit 665f78d
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 2,600 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ version '1.6.0'
repositories {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}

task dist(type: Jar) {
Expand All @@ -28,6 +29,7 @@ dist.archiveName = "${jar.baseName}.${jar.extension}"
dependencies {
compile 'com.jcraft:jzlib:1.1.3'
compile group: 'org.apache.commons', name: 'commons-compress', version: '1.15'
compile 'com.github.depsypher:pngtastic:pngtastic-1.5'
compile group: 'org.tukaani', name: 'xz', version: '1.8'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
Expand Down
159 changes: 0 additions & 159 deletions src/main/java/ru/eustas/zopfli/BlockSplitter.java

This file was deleted.

69 changes: 0 additions & 69 deletions src/main/java/ru/eustas/zopfli/Buffer.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/java/ru/eustas/zopfli/CHANGES.txt

This file was deleted.

Loading

0 comments on commit 665f78d

Please sign in to comment.