Skip to content

Commit 6b464eb

Browse files
authored
Merge pull request #6 from freenet-mobile/update-1.x-1492
Update fred to 1492
2 parents 80ca046 + 2e0bbea commit 6b464eb

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 = '1.2'
13+
version = '1.3'
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:build01491'
48+
api 'com.github.freenet:fred:build01492'
4949
api 'org.bouncycastle:bcpkix-jdk15on:1.59'
5050
api "org.bouncycastle:bcprov-jdk15on:1.59"
5151

0 commit comments

Comments
 (0)