Aperture: Bump compile and target SDK to 33

Change-Id: I039a3f75c024ecd49bdca729e669f924430cfd93
diff --git a/app/build.gradle b/app/build.gradle
index ddaa664..afb7da4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,12 +4,12 @@
 }
 
 android {
-    compileSdk 32
+    compileSdk 33
 
     defaultConfig {
         applicationId "org.lineageos.aperture"
         minSdk 29
-        targetSdk 32
+        targetSdk 33
         versionCode 1
         versionName "1.0"