commit 8643ff5d921f7932398441cf6e5d70e8a423a034
Author: leszek <leszek@koltunski.pl>
Date:   Sun May 18 17:15:04 2025 +0200

    up the compileSdk to 35.

diff --git a/build.gradle b/build.gradle
index edb51f25..10642555 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,12 +9,12 @@ android {
             keyAlias = 'distorted'
             }
     }
-    compileSdk 34
+    compileSdk 35
 
     defaultConfig {
         applicationId "org.distorted.magic"
         minSdkVersion 23
-        targetSdkVersion 34
+        targetSdk 35
         versionCode 101
         versionName "2.2.3"
     }
