0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 04:42:28 +02:00

Update gradle.

This commit is contained in:
Tom Hacohen 2019-11-26 12:48:05 +02:00
parent 63cbaddfc6
commit a4a129d989

View File

@ -8,7 +8,7 @@
ext {
kotlin_version = '1.3.30'
gradle_version = '3.5.1'
gradle_version = '3.5.2'
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.5.1'
ext.gradle_version = '3.5.2'
repositories {
jcenter()