Merge pull request #7330 from Ebola16/314

Update Android Gradle Plugin to 3.1.4
This commit is contained in:
Pierre Bourdon 2018-08-27 04:31:35 +02:00 committed by GitHub
commit 045b9a97b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
}
}