update build tools to 27.1.1, and gradle wrapper to 4.8

This commit is contained in:
Vincent Breitmoser
2018-06-20 00:39:08 +02:00
parent 77c89cfa98
commit 72f3ed89a6
3 changed files with 36 additions and 36 deletions

View File

@@ -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.0.1'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath files('gradle-witness.jar')
// bintray dependency to satisfy dependency of openpgp-api lib
classpath 'com.novoda:bintray-release:0.8.0'