From 5cb5ed09c0512c20cce2edaaec0f71937c8f369b Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 17 Sep 2024 08:55:58 +0200 Subject: [PATCH] build: update compileSdkVersion to 33 Align compileSdkVersion with targetSdkVersion 33. This ensures compatibility with the latest Android features and optimizations. No breaking changes anticipated. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index d4f12115..841e51f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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