From d68c6bbb0ab370af813e40e26214109838ca76c2 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Thu, 6 Jan 2022 11:34:00 +0100 Subject: [PATCH] Bump up compileSdkVersion to 32 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e8d6c249..5d711a18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 31 + compileSdkVersion 32 buildToolsVersion '30.0.3' defaultConfig { applicationId "com.cappielloantonio.playforsubsonic" minSdkVersion 26 - targetSdkVersion 31 + targetSdkVersion 32 versionCode 3 versionName "2.0.0"