From b741647229fd99eb55d2cdaa01005cb18ae9f76b Mon Sep 17 00:00:00 2001 From: antonio Date: Fri, 26 Aug 2022 18:12:16 +0200 Subject: [PATCH] sdkVersion update --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d770ec74..ba937dae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 32 + compileSdkVersion 33 buildToolsVersion '30.0.3' defaultConfig { applicationId "com.cappielloantonio.playforsubsonic" minSdkVersion 26 - targetSdkVersion 32 + targetSdkVersion 33 versionCode 4 versionName "2.1.0" @@ -93,5 +93,5 @@ dependencies { debugImplementation 'com.balsikandar.android:crashreporter:1.1.0' // DB debug - debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' + // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' } \ No newline at end of file