0
0
mirror of https://github.com/etesync/android.git synced 2024-09-19 20:32:17 +02: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 {
kotlin_version = '1.4.10'
gradle_version = '4.0.0'
compileSdkVersion = 28
buildToolsVersion = '29.0.3'
gradle_version = '4.0.1'
compileSdkVersion = 30
buildToolsVersion = '30.0.2'
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.10'
ext.gradle_version = '4.0.0'
ext.gradle_version = '4.0.1'
repositories {
jcenter()