update gradle version (#305)

This commit is contained in:
m2049r 2018-06-09 10:21:44 +02:00 committed by GitHub
parent b1d91e2671
commit 0bcf156929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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