Skip to content

Commit cb81019

Browse files
committed
Update 0.x: fred build 01494
1 parent 4fc37b7 commit cb81019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ java {
1010
}
1111

1212
group = 'org.freenetproject.mobile'
13-
version = '0.11'
13+
version = '0.12'
1414

1515
task sourcesJar(type: Jar) {
1616
from sourceSets.main.allJava
@@ -44,7 +44,7 @@ repositories {
4444

4545
dependencies {
4646
// Freenet dependencies
47-
api('com.github.freenet:fred:build01493') {
47+
api('com.github.freenet:fred:build01494') {
4848
exclude group: 'org.freenetproject', module: 'freenet-ext'
4949
}
5050

0 commit comments

Comments
 (0)