jni: Upgrade NFD and ndn-cxx to version 0.3.4

Change-Id: I72d6decfe927cb71938ec6dfc5b4db3ea598121f
diff --git a/app/src/main/jni/nfd-android/version.hpp b/app/src/main/jni/nfd-android/version.hpp
index e1c35fd..e1ebc6f 100644
--- a/app/src/main/jni/nfd-android/version.hpp
+++ b/app/src/main/jni/nfd-android/version.hpp
@@ -38,13 +38,13 @@
  *
  *  MAJOR*1000000 + MINOR*1000 + PATCH
  */
-#define NFD_VERSION 3001
+#define NFD_VERSION 3004
 
 /** \brief NFD version represented as a string
  *
  *  MAJOR.MINOR.PATCH
  */
-#define NFD_VERSION_STRING "0.3.1"
+#define NFD_VERSION_STRING "0.3.4"
 
 /** \brief NFD version string, including git commit information, if NFD is build from
  *         specific git commit
@@ -60,14 +60,14 @@
  *
  * Example, 0.1.0-rc1-1-g5c86570
  */
-#define NFD_VERSION_BUILD_STRING "0.3.1-14-gce81230"
+#define NFD_VERSION_BUILD_STRING "0.3.4"
 
 /// MAJOR version
 #define NFD_VERSION_MAJOR 0
 /// MINOR version
 #define NFD_VERSION_MINOR 3
 /// PATCH version
-#define NFD_VERSION_PATCH 1
+#define NFD_VERSION_PATCH 4
 
 } // namespace nfd