Upgrade NFD/ndn-cxx to version 0.6.0
The upgrade required a small hotfix pushed to a custom github fork
Change-Id: I0f97f31739537e6274995022ea4d1a88aeedfb57
diff --git a/app/build.gradle b/app/build.gradle
index d5eb0bf..aba46b2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,8 +10,8 @@
applicationId "net.named_data.nfd"
minSdkVersion 23
targetSdkVersion 23
- versionCode 4005
- versionName "0.2.5 (NFD 0.5.0, ndn-cxx 0.5.0-11-g1cf4146e)"
+ versionCode 4006
+ versionName "0.3.0 (NFD 0.6.0, ndn-cxx 0.6.0)"
multiDexEnabled true
}
compileOptions {