Bump gradle from 3.3.0 to 3.3.1

Bumps gradle from 3.3.0 to 3.3.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-07 02:19:09 +00:00
parent 17cfcefae5
commit 89e92e276c
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331

View File

@ -15,7 +15,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.3.1'
classpath('com.dicedmelon.gradle:jacoco-android:0.1.3') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}