mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
sdkVersion update
This commit is contained in:
parent
f6a54bc199
commit
b741647229
1 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue