sdkVersion update

This commit is contained in:
antonio 2022-08-26 18:12:16 +02:00
parent f6a54bc199
commit b741647229

View file

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
android { android {
compileSdkVersion 32 compileSdkVersion 33
buildToolsVersion '30.0.3' buildToolsVersion '30.0.3'
defaultConfig { defaultConfig {
applicationId "com.cappielloantonio.playforsubsonic" applicationId "com.cappielloantonio.playforsubsonic"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 32 targetSdkVersion 33
versionCode 4 versionCode 4
versionName "2.1.0" versionName "2.1.0"
@ -93,5 +93,5 @@ dependencies {
debugImplementation 'com.balsikandar.android:crashreporter:1.1.0' debugImplementation 'com.balsikandar.android:crashreporter:1.1.0'
// DB debug // DB debug
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
} }