Skip to content

Commit

Permalink
Update dependencies groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
desyncr committed Aug 8, 2020
1 parent b0afaf5 commit 59ed4fa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ dependencies {
implementation "org.bouncycastle:bcprov-jdk15on:1.59"

implementation "tanukisoft:wrapper:3.2.3"

implementation "org.apache.commons:commons-compress:1.4.1"

implementation 'com.github.desyncr:mantissa:0.0.2'
implementation "org.b1.pack:lzma-sdk-4j:9.22.0"
implementation "com.github.desyncr:lzmajio:0.95.3"
implementation 'com.github.desyncr:onion-common:0.0.2'
implementation 'com.github.desyncr:onion-fec:0.0.2'
implementation 'com.github.desyncr:freenet-ext:0.60.2'

implementation 'com.github.Bombe:jFCPlib:v0.1.6'
implementation 'com.github.desyncr:fred:1486.1m'

implementation 'com.github.freenet-mobile:mantissa:0.0.3'
implementation "com.github.freenet-mobile:lzmajio:0.95.4"
implementation 'com.github.freenet-mobile:onion-common:0.0.3'
implementation 'com.github.freenet-mobile:onion-fec:0.0.3'
implementation 'com.github.freenet-mobile:freenet-ext:0.60.3'
implementation 'com.github.freenet-mobile:fred:1486.3m'

// For running a locally built freenet.jar
//implementation "net.java.dev.jna:jna:4.2.2"
//implementation "net.java.dev.jna:jna-platform:4.2.2"
//implementation "net.java.dev.jna:jna:4.5.2"
//implementation "net.java.dev.jna:jna-platform:4.5.2"
//implementation files('libs/freenet.jar')

implementation 'androidx.preference:preference:1.1.1'
Expand Down

0 comments on commit 59ed4fa

Please sign in to comment.