Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Update dependencies due to groupId change
Browse files Browse the repository at this point in the history
  • Loading branch information
desyncr authored Aug 8, 2020
1 parent d1fe521 commit b885caf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,16 +224,16 @@ dependencies {
compile "org.apache.commons:commons-compress:1.4.1"
compile "tanukisoft:wrapper:3.2.3"

compile 'com.github.desyncr:onion-common:0.0.2'
compile 'com.github.desyncr:onion-fec:0.0.2'
compile 'com.github.desyncr:mantissa:0.0.2'
compile 'com.github.freenet-mobile:onion-common:0.0.3'
compile 'com.github.freenet-mobile:onion-fec:0.0.3'
compile 'com.github.freenet-mobile:mantissa:0.0.3'

compile "org.b1.pack:lzma-sdk-4j:9.22.0"
compile "com.github.desyncr:lzmajio:0.95.2"
compile "com.github.freenet-mobile:lzmajio:0.95.4"

compile "com.github.desyncr:bitcollider-core:0.0.2"
compile "com.github.freenet-mobile:bitcollider-core:0.0.3"

compile 'com.github.desyncr:freenet-ext:0.60.2'
compile 'com.github.freenet-mobile:freenet-ext:0.60.3'

testCompile 'junit:junit:4.12'
testCompile "org.mockito:mockito-core:1.9.5"
Expand Down

0 comments on commit b885caf

Please # to comment.