We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f932f45 + 78f7e96 commit 2e248e2Copy full SHA for 2e248e2
1 file changed
build.gradle
@@ -10,7 +10,7 @@ java {
10
}
11
12
group = 'org.freenetproject.mobile'
13
-version = '2.1'
+version = '2.2'
14
15
task sourcesJar(type: Jar) {
16
from sourceSets.main.allJava
@@ -45,7 +45,7 @@ repositories {
45
46
dependencies {
47
// Freenet dependencies
48
- api 'com.github.freenet:fred:build01491'
+ api 'com.github.freenet:fred:build01492'
49
api 'org.bouncycastle:bcpkix-jdk15on:1.59'
50
api "org.bouncycastle:bcprov-jdk15on:1.59"
51
0 commit comments