1
0
mirror of https://github.com/etesync/android synced 2024-12-22 22:58:29 +00:00

Update gradle and SDK versions.

This commit is contained in:
Tom Hacohen 2020-12-01 14:56:42 +02:00
parent b60f6b9eab
commit b7c2f8841f

View File

@ -8,15 +8,15 @@
ext { ext {
kotlin_version = '1.4.10' kotlin_version = '1.4.10'
gradle_version = '4.0.0' gradle_version = '4.0.1'
compileSdkVersion = 28 compileSdkVersion = 30
buildToolsVersion = '29.0.3' buildToolsVersion = '30.0.2'
} }
// 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.4.10' ext.kotlin_version = '1.4.10'
ext.gradle_version = '4.0.0' ext.gradle_version = '4.0.1'
repositories { repositories {
jcenter() jcenter()