Implement NdnPing client
Update jNDN to 0.14 and fix a small problem Crypto++ fixed in upstream.
Change-Id: I4697489dcc7f74f1d7c40e196f5f983e4bd3b1ef
Refs: #3459
diff --git a/app/build.gradle b/app/build.gradle
index cf11041..f86e645 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -149,7 +149,7 @@
compile('com.intel.jndn.management:jndn-management:1.1.0') {
exclude group: 'net.named-data', module: 'jndn'
}
- compile('net.named-data:jndn-android:0.10') {
+ compile('net.named-data:jndn-android:0.14') {
exclude group: 'org.xerial'
}
compile 'net.named-data.jndn-xx:jndn-xx-util:0.0.1'