build: bump dring daemon

* bump daemon to 8c56fd79
* increase minimum NDK to 10 (no time/reasons to test on older versions)
* bump android build tools to version to 23.0.2
* bump support library to version 23.1
* remove commented dependencies

Tuleap: #126
Change-Id: I02ab62e108f28c48c12805d558ffcb84852ab442
diff --git a/ring-android/app/build.gradle b/ring-android/app/build.gradle
index cf33e4a..c255c19 100644
--- a/ring-android/app/build.gradle
+++ b/ring-android/app/build.gradle
@@ -4,9 +4,9 @@
     compile fileTree(include: '*.jar', dir: 'libs')
     compile 'com.j256.ormlite:ormlite-core:4.48'
     compile 'com.j256.ormlite:ormlite-android:4.48'
-    compile 'com.android.support:support-v13:23.0.+'
-    compile 'com.android.support:design:23.0.+'
-    compile 'com.android.support:cardview-v7:23.0.+'
+    compile 'com.android.support:support-v13:23.1.+'
+    compile 'com.android.support:design:23.1.+'
+    compile 'com.android.support:cardview-v7:23.1.+'
     compile 'com.jayway.android.robotium:robotium-solo:5.4.1'
     compile 'com.astuetz:pagerslidingtabstrip:1.0.1'
     compile 'com.googlecode.libphonenumber:libphonenumber:7.0.11'
@@ -15,8 +15,7 @@
 
 android {
     compileSdkVersion 23
-    buildToolsVersion "23.0.1"
-
+    buildToolsVersion "23.0.2"
     sourceSets {
         main {
             aidl.srcDirs = ['src/main/java']