commit | 6d70028bc4f8bce459866e8dce2d8daafd2a1b87 | [log] [tgz] |
---|---|---|
author | andrewsbrown <andrew@casabrown.com> | Tue Feb 16 18:29:46 2016 -0800 |
committer | andrewsbrown <andrew@casabrown.com> | Tue Feb 16 18:29:46 2016 -0800 |
tree | ab6af0cec2e7d76ff1270e63af2b852970559ca0 | |
parent | d5cee6f0a07700be52ef9604da1771e87927165c [diff] [blame] |
Use ControlResponse; contributed to jndn v0.10
diff --git a/build.gradle b/build.gradle index 2a94efa..7ef831f 100644 --- a/build.gradle +++ b/build.gradle
@@ -23,7 +23,7 @@ } dependencies { - compile 'net.named-data:jndn:0.9' + compile 'net.named-data:jndn:0.10' testCompile 'junit:junit:4.12' }