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:
parent
2ea937916f
commit
5cb5ed09c0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ android {
|
|||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 22
|
||||
targetSdkVersion 33
|
||||
compileSdkVersion 33
|
||||
versionCode 24091700
|
||||
versionName "0.9.1.0"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
|
Loading…
Reference in a new issue