Update version of build tools and kotlin

This commit is contained in:
Fabian Zobrist
2020-08-25 14:45:57 +02:00
parent 95bc9b3d3c
commit dfc17b4068
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 30
buildToolsVersion "30.0.1"
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "me.zobrist.tichucounter"

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.3.72"
ext.kotlin_version = "1.4.0"
repositories {
google()
jcenter()