Bump up targetSdkVersion to 31

This commit is contained in:
CappielloAntonio 2021-07-21 16:47:47 +02:00
parent 5a47a6c094
commit 41adc48619

View file

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.cappielloantonio.play"
minSdkVersion 26
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.1"