gui: Upgrade management library and relevant gui parts

Change-Id: Ib1875b5d844df0853892e41b2c02aae7c8a5f65f
Fixes: #3399
diff --git a/app/build.gradle b/app/build.gradle
index 50234dd..a18648d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -99,11 +99,6 @@
     }
 
     clean.dependsOn cleanNative
-
-    // TODO: remove after switching to jndn-management:1.1.0
-    lintOptions {
-        abortOnError false
-    }
 }
 
 def getNdkBuildCmd() {
@@ -133,6 +128,9 @@
 repositories {
     mavenLocal()
     mavenCentral()
+    maven {
+        url "https://oss.sonatype.org/content/repositories/snapshots/"
+    }
 }
 
 dependencies {
@@ -140,21 +138,10 @@
     compile 'com.android.support:appcompat-v7:21.0.3'
     compile 'com.android.support:support-v4:21.0.3'
 
-    /// Temporarily, the modified code is embedded within NFD app
-    //
-    // compile('com.intel.jndn.utils:jndn-utils:0.9.7') {
-    //   exclude group: 'com.intel.jndn.mock', module: 'jndn-mock'
-    //   exclude group: 'net.named-data', module: 'jndn'
-    // }
-
-    // compile('com.intel.jndn.management:jndn-management:0.9.7') {
-    //   exclude group: 'net.named-data', module: 'jndn'
-    //   exclude group: 'com.intel.jndn.utils', module: 'jndn-utils'
-    //   exclude group: 'com.intel.jndn.mock', module: 'jndn-mock'
-    // }
-
-    // compile('net.named-data:jndn-android:0.7') {
-    compile('net.named-data:jndn:0.4') {
+    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') {
       exclude group: 'org.xerial'
     }
     compile 'net.named-data.jndn-xx:jndn-xx-util:0.0.1'