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
1 changed files with 2 additions and 1 deletions

View File

@ -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'
}
}