Skip to content

Commit

Permalink
moved nanohttpd (old version) into src
Browse files Browse the repository at this point in the history
  • Loading branch information
synapticloop committed Apr 14, 2020
1 parent 0b04221 commit 9a022a5
Show file tree
Hide file tree
Showing 3 changed files with 2,434 additions and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

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

version = '2.3.1'
version = '2.4.0'

group = 'synapticloop'
archivesBaseName = 'routemaster'
Expand All @@ -38,12 +38,8 @@ configurations {

dependencies {
runtime 'synapticloop:templar:1.4.2'
runtime 'org.nanohttpd:nanohttpd:2.3.1'

compile 'synapticloop:templar:1.4.2'
compile 'org.nanohttpd:nanohttpd:2.3.1'

server 'org.nanohttpd:nanohttpd:2.3.1'

testCompile 'junit:junit:4.13'
testCompile 'org.mockito:mockito-all:2.0.2-beta'
Expand Down
Loading

0 comments on commit 9a022a5

Please sign in to comment.