vtm-http module, closes #140

This commit is contained in:
Emux
2016-08-19 22:26:14 +03:00
parent 99f45bfa22
commit 4fb8234e2d
7 changed files with 22 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'java'
dependencies {
compile project(':vtm')
compile project(':vtm-http')
compile 'com.squareup.okhttp:okhttp:1.5.2'
testCompile 'com.squareup.okhttp:mockwebserver:1.5.2'
testCompile 'junit:junit:4.11'