Skip to content

Commit 52103d1

Browse files
authored
Merge pull request #9 from freenet-mobile/update-1.x-1493
Update fred to 1493
2 parents 6b464eb + d1dd6a6 commit 52103d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ java {
1010
}
1111

1212
group = 'org.freenetproject.mobile'
13-
version = '1.3'
13+
version = '1.4'
1414

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

4646
dependencies {
4747
// Freenet dependencies
48-
api 'com.github.freenet:fred:build01492'
48+
api 'com.github.freenet:fred:build01493'
4949
api 'org.bouncycastle:bcpkix-jdk15on:1.59'
5050
api "org.bouncycastle:bcprov-jdk15on:1.59"
5151

0 commit comments

Comments
 (0)