We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fc5301 + 299ec1f commit bd1a0a9Copy full SHA for bd1a0a9
1 file changed
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'org.freenetproject.mobile'
7
-version = '0.6'
+version = '0.7'
8
9
task sourcesJar(type: Jar) {
10
from sourceSets.main.allJava
@@ -39,7 +39,7 @@ repositories {
39
40
dependencies {
41
// Freenet dependencies
42
- api 'com.github.freenet:fred:build01490'
+ api 'com.github.freenet:fred:build01491'
43
api 'org.bouncycastle:bcpkix-jdk15on:1.59'
44
api "org.bouncycastle:bcprov-jdk15on:1.59"
45
0 commit comments