diff --git a/build.gradle b/build.gradle index f5fe9611..39b41114 100644 --- a/build.gradle +++ b/build.gradle @@ -56,15 +56,15 @@ dependencies { repositories { mavenCentral() } - compile 'com.android.support:support-v4:23.1.1' - compile 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:design:23.1.1' + compile 'com.android.support:support-v4:23.2.0' + compile 'com.android.support:appcompat-v7:23.2.0' + compile 'com.android.support:design:23.2.0' compile 'org.apache.sshd:sshd-core:0.8.0' //compile 'com.madgag.spongycastle:pkix:1.54.0.0' compile 'org.bouncycastle:bcpkix-jdk15on:1.54' - compile 'io.netty:netty-handler:4.1.0.CR2' + compile 'io.netty:netty-handler:4.1.0.CR3' androidTestCompile 'org.mockito:mockito-core:1.10.19' // Because mockito has some problems with dex environment