I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3c383ca8 authored by str4d's avatar str4d
Browse files

Update router and Java versions in build.gradle after prop

parent fccd0dad
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,10 @@ subprojects { ...@@ -10,10 +10,10 @@ subprojects {
testCompile 'junit:junit:4.+' testCompile 'junit:junit:4.+'
} }
sourceCompatibility = 1.5 sourceCompatibility = 1.6
jar { jar {
manifest { manifest {
attributes 'Implementation-Version': '0.9.13-8' attributes 'Implementation-Version': '0.9.23-18'
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment