File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ c = new SixBitAsciiCompressor().compress(data); // c is 75 MB.
2828<dependency >
2929 <groupId >io.github.dannemann</groupId >
3030 <artifactId >java-string-compressor</artifactId >
31- <version >1.0 .0</version >
31+ <version >1.2 .0</version >
3232</dependency >
3333```
3434``` java
35- implementation(" io.github.dannemann:java-string-compressor:1.0 .0" )
35+ implementation(" io.github.dannemann:java-string-compressor:1.2 .0" )
3636```
3737Or download the latest JAR from: https://github.com/Dannemann/java-string-compressor/releases
3838
Original file line number Diff line number Diff line change 3333tasks.named(" build" ) {
3434 doLast {
3535 copy {
36- from(" $rootDir /publishing/java-string-compressor-1.0 .0.pom" )
36+ from(" $rootDir /publishing/java-string-compressor-1.2 .0.pom" )
3737 into(layout.buildDirectory.dir(" libs" ))
3838 }
3939 }
You can’t perform that action at this time.
0 commit comments