From 41adc486193b2815d5bbe02aced2c24b9fb8f700 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Wed, 21 Jul 2021 16:47:47 +0200 Subject: [PATCH] Bump up targetSdkVersion to 31 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 066ba295..f6ba2544 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"