Update gradle

pull/96/head
Tom Hacohen 5 years ago
parent 7932610c87
commit fb2ed34379

@ -8,7 +8,7 @@
ext {
kotlin_version = '1.3.30'
gradle_version = '3.4.0'
gradle_version = '3.4.1'
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
}
@ -16,7 +16,7 @@ ext {
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.30'
ext.gradle_version = '3.4.0'
ext.gradle_version = '3.4.1'
repositories {
jcenter()

Loading…
Cancel
Save