Bump gradle from 3.3.2 to 3.4.1

Bumps gradle from 3.3.2 to 3.4.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-16 04:43:03 +00:00
parent e47cfe7d38
commit 5c69fa11ce
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
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.3.2'
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}