mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
Bump up compileSdkVersion to 32
This commit is contained in:
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 31
|
compileSdkVersion 32
|
||||||
buildToolsVersion '30.0.3'
|
buildToolsVersion '30.0.3'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.cappielloantonio.playforsubsonic"
|
applicationId "com.cappielloantonio.playforsubsonic"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 31
|
targetSdkVersion 32
|
||||||
versionCode 3
|
versionCode 3
|
||||||
versionName "2.0.0"
|
versionName "2.0.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user