Update and "fix" versions of underlying precompiled binaries

Boost libraries have been upgraded to version 1.70.0 and all packages
recompiled against the new version.

Change-Id: I583dbfd657a672265f618e24c0c4b3b3346bd5c8
diff --git a/app/src/main/jni/Android.mk b/app/src/main/jni/Android.mk
index 6237abf..2ff4efa 100644
--- a/app/src/main/jni/Android.mk
+++ b/app/src/main/jni/Android.mk
@@ -9,4 +9,9 @@
 LOCAL_CFLAGS := -DBOOST_LOG_DYN_LINK -DBOOST_STACKTRACE_DYN_LINK
 include $(BUILD_SHARED_LIBRARY)
 
+# Explicitly define versions of precompiled modules
 $(call import-module,../packages/nfd/0.6.6)
+$(call import-module,../packages/ndn_cxx/0.6.6)
+$(call import-module,../packages/boost/1.70.0)
+$(call import-module,../packages/sqlite/3.18.0)
+$(call import-module,../packages/openssl/1.1.1-pre8)