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:
parent
b60f6b9eab
commit
b7c2f8841f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user