We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b464eb + d1dd6a6 commit 52103d1Copy full SHA for 52103d1
1 file changed
build.gradle
@@ -10,7 +10,7 @@ java {
10
}
11
12
group = 'org.freenetproject.mobile'
13
-version = '1.3'
+version = '1.4'
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:build01492'
+ api 'com.github.freenet:fred:build01493'
49
api 'org.bouncycastle:bcpkix-jdk15on:1.59'
50
api "org.bouncycastle:bcprov-jdk15on:1.59"
51
0 commit comments