Skip to content

Commit

Permalink
Bump node-wrapper 0.9 (#90)
Browse files Browse the repository at this point in the history
* Bump node-wrapper 0.9

* Remove problematic repository
  • Loading branch information
desyncr authored May 15, 2021
1 parent 5e53d39 commit ef32d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ android {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://mvn.freenetproject.org' }
}

dependencies {
Expand All @@ -55,7 +54,7 @@ dependencies {
implementation 'com.google.guava:guava:24.1-jre'

// Freenet dependencies
implementation ('com.github.freenet-mobile:node-wrapper:0.7') {
implementation ('com.github.freenet-mobile:node-wrapper:0.9') {
exclude group: 'org.freenetproject', module: 'freenet-ext'
exclude group: 'net.java.dev.jna', module: 'jna'
exclude group: 'net.java.dev.jna', module: 'jna-platform'
Expand Down

0 comments on commit ef32d0b

Please sign in to comment.