1
0
mirror of https://github.com/etesync/android synced 2024-11-29 11:28:19 +00:00

Update gradle

This commit is contained in:
Tom Hacohen 2019-05-29 12:49:55 +01:00
parent 7932610c87
commit fb2ed34379

View File

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