Skip to content

Commit 9a022a5

Browse files
author
synapticloop
committed
moved nanohttpd (old version) into src
1 parent 0b04221 commit 9a022a5

File tree

3 files changed

+2434
-5
lines changed

3 files changed

+2434
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
apply plugin: 'com.github.johnrengelman.shadow'
1919

20-
version = '2.3.1'
20+
version = '2.4.0'
2121

2222
group = 'synapticloop'
2323
archivesBaseName = 'routemaster'
@@ -38,12 +38,8 @@ configurations {
3838

3939
dependencies {
4040
runtime 'synapticloop:templar:1.4.2'
41-
runtime 'org.nanohttpd:nanohttpd:2.3.1'
4241

4342
compile 'synapticloop:templar:1.4.2'
44-
compile 'org.nanohttpd:nanohttpd:2.3.1'
45-
46-
server 'org.nanohttpd:nanohttpd:2.3.1'
4743

4844
testCompile 'junit:junit:4.13'
4945
testCompile 'org.mockito:mockito-all:2.0.2-beta'

0 commit comments

Comments
 (0)