Skip to content

Commit

Permalink
Merge pull request #10 from freenet-mobile/update-0.x-1493
Browse files Browse the repository at this point in the history
Update fred to 1493
  • Loading branch information
desyncr authored May 14, 2022
2 parents ecf3304 + 02518b6 commit 4fc37b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
}

group = 'org.freenetproject.mobile'
version = '0.10'
version = '0.11'

task sourcesJar(type: Jar) {
from sourceSets.main.allJava
Expand Down Expand Up @@ -44,7 +44,7 @@ repositories {

dependencies {
// Freenet dependencies
api('com.github.freenet:fred:build01492') {
api('com.github.freenet:fred:build01493') {
exclude group: 'org.freenetproject', module: 'freenet-ext'
}

Expand Down

0 comments on commit 4fc37b7

Please sign in to comment.