Update gradle and SDK versions.

pull/129/head^2
Tom Hacohen 3 years ago
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…
Cancel
Save