We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 347858e + aed640a commit ecf3304Copy full SHA for ecf3304
1 file changed
build.gradle
@@ -10,7 +10,7 @@ java {
10
}
11
12
group = 'org.freenetproject.mobile'
13
-version = '0.9'
+version = '0.10'
14
15
task sourcesJar(type: Jar) {
16
from sourceSets.main.allJava
@@ -44,7 +44,7 @@ repositories {
44
45
dependencies {
46
// Freenet dependencies
47
- api('com.github.freenet:fred:build01491') {
+ api('com.github.freenet:fred:build01492') {
48
exclude group: 'org.freenetproject', module: 'freenet-ext'
49
50
0 commit comments