diff --git a/sshauthentication-api/build.gradle b/sshauthentication-api/build.gradle index ebdd61ca6..7def9ec62 100644 --- a/sshauthentication-api/build.gradle +++ b/sshauthentication-api/build.gradle @@ -4,9 +4,10 @@ apply plugin: 'bintray-release' // must be applied after your artifact generatin buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.2' + classpath 'com.android.tools.build:gradle:3.1.3' classpath 'com.novoda:bintray-release:0.8.0' } }