switched to json-rpc (ref LedD d5f403d5573d13e6b8f3113a1c62a096ea721f19)

fixed duplicate connections were made when adding a daemon
This commit is contained in:
Giovanni Harting
2015-10-11 21:52:39 +02:00
parent 6c321aaa90
commit 60f805f15c
26 changed files with 165 additions and 175 deletions

View File

@@ -60,11 +60,12 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.google.code.gson:gson:2.3.1'
compile 'com.google.code.gson:gson:2.4'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.koushikdutta.async:androidasync:2.1.6'
compile 'com.android.support:design:23.0.1'
compile 'com.larswerkman:HoloColorPicker:1.5@aar'
compile 'com.google.guava:guava:19.0-rc1'
compile 'com.google.guava:guava:19.0-rc2'
compile 'com.thetransactioncompany:jsonrpc2-base:1.38'
provided 'org.projectlombok:lombok:1.16.6'
}