build: update compileSdkVersion to 33

Align compileSdkVersion with targetSdkVersion 33. This ensures compatibility with the latest Android features and optimizations. No breaking changes anticipated.
This commit is contained in:
Kumi 2024-09-17 08:55:58 +02:00
parent 2ea937916f
commit 5cb5ed09c0
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -5,6 +5,7 @@ android {
applicationId "org.shadowice.flocke.andotp" applicationId "org.shadowice.flocke.andotp"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 33 targetSdkVersion 33
compileSdkVersion 33
versionCode 24091700 versionCode 24091700
versionName "0.9.1.0" versionName "0.9.1.0"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true