Update android gradle plugin for sshauthentication-api

This commit is contained in:
Christian Hagau 2018-07-09 00:00:00 +00:00
parent 8e73076819
commit 925b030c0a

View file

@ -4,9 +4,10 @@ apply plugin: 'bintray-release' // must be applied after your artifact generatin
buildscript { buildscript {
repositories { repositories {
jcenter() jcenter()
google()
} }
dependencies { 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' classpath 'com.novoda:bintray-release:0.8.0'
} }
} }