jni: Upgrade underlying NFD to version 0.6.2-11-gd657d53
This change replaces in-project JNI compilation of ndn-cxx and NFD with
packaged versions of ndn-cxx and NFD using a customized
android-crew-staging (https://github.com/named-data-mobile/android-crew-staging).
Refer to README-dev.md for more detail.
This commit also drops Logcat views
Refs: #4661
Change-Id: Id981689475d9da3aea63bea38d925f335c25b46e
diff --git a/app/build.gradle b/app/build.gradle
index de674a8..3dc9643 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -3,15 +3,14 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 26
- buildToolsVersion "26.0.3"
+ compileSdkVersion 28
defaultConfig {
applicationId "net.named_data.nfd"
minSdkVersion 23
targetSdkVersion 23
- versionCode 4007
- versionName "0.3.0 (NFD 0.6.0, ndn-cxx 0.6.0)"
+ versionCode 4008
+ versionName "0.6.2-1 (NFD 0.6.2-11-gd657d53)"
multiDexEnabled true
}
compileOptions {
@@ -143,25 +142,25 @@
mavenLocal()
mavenCentral()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots/"
+ url "https://oss.sonatype.org/content/repositories/releases/"
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'com.android.support:appcompat-v7:26.1.0'
- implementation 'com.android.support:support-v4:26.1.0'
- implementation 'com.android.volley:volley:1.0.0'
+ implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
+ implementation 'com.android.support:support-v4:28.0.0-alpha3'
+ implementation 'com.android.volley:volley:1.1.1'
- implementation('com.intel.jndn.management:jndn-management:1.1.3') {
+ implementation('net.named-data.jndn-extra:jndn-management:1.2.0') {
exclude group: 'net.named-data', module: 'jndn'
}
- implementation('net.named-data:jndn-android:0.15') {
+ implementation('net.named-data:jndn-android:0.17') {
exclude group: 'org.xerial'
exclude group: 'com.google.android'
}
- implementation 'net.named-data.jndn-xx:jndn-xx-util:0.0.1'
- implementation 'joda-time:joda-time:2.9.9'
+ implementation 'net.named-data.jndn-extra:jndn-xx-util:0.0.2'
+ implementation 'joda-time:joda-time:2.10'
}
Properties properties = new Properties()