Skip to content

Commit

Permalink
Merge pull request #7 from freenet-mobile/update-2.x-1492
Browse files Browse the repository at this point in the history
Update fred to 1492
  • Loading branch information
desyncr authored Nov 14, 2021
2 parents f932f45 + 78f7e96 commit 2e248e2
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 = '2.1'
version = '2.2'

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

dependencies {
// Freenet dependencies
api 'com.github.freenet:fred:build01491'
api 'com.github.freenet:fred:build01492'
api 'org.bouncycastle:bcpkix-jdk15on:1.59'
api "org.bouncycastle:bcprov-jdk15on:1.59"

Expand Down

0 comments on commit 2e248e2

Please sign in to comment.