Update kotlin plugin and targetSdkVersion

This commit is contained in:
2020-09-10 20:04:15 +02:00
committed by Matte23
parent 1d33a1ab07
commit b2cf1c7340
2 changed files with 4 additions and 4 deletions

View File

@@ -5,12 +5,12 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'com.jaredsburrows.license' apply plugin: 'com.jaredsburrows.license'
android { android {
compileSdkVersion 29 compileSdkVersion 30
buildToolsVersion "29.0.2" buildToolsVersion "30.0.2"
defaultConfig { defaultConfig {
applicationId "net.underdesk.circolapp" applicationId "net.underdesk.circolapp"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 30
versionCode 3 versionCode 3
versionName "0.1.1" versionName "0.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -1,7 +1,7 @@
// 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.0' ext.kotlin_version = '1.4.10'
repositories { repositories {
google() google()
jcenter() jcenter()