From 7294eeba81f0d1c5c5e9a48ca25123fe4fb8a663 Mon Sep 17 00:00:00 2001 From: Christian Hagau Date: Wed, 8 Aug 2018 00:00:00 +0000 Subject: [PATCH] Update android plugin for gradle --- build.gradle | 2 +- sshauthentication-api/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 84f10a228..561950b55 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { // NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.1.4' classpath files('gradle-witness.jar') // bintray dependency to satisfy dependency of openpgp-api lib classpath 'com.novoda:bintray-release:0.8.0' diff --git a/sshauthentication-api/build.gradle b/sshauthentication-api/build.gradle index 7def9ec62..0969a3f71 100644 --- a/sshauthentication-api/build.gradle +++ b/sshauthentication-api/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.1.4' classpath 'com.novoda:bintray-release:0.8.0' } }