commit bb028a4c56f124e5faacfbc00ed1d1174ebb5d75
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 64d0228..4142d9b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,16 +7,11 @@ android {
             keyAlias = 'distorted'
         }
     }
-    compileSdk 34
+    compileSdk 35
 
     defaultConfig {
         minSdkVersion 21
-        targetSdkVersion 34
-        externalNativeBuild {
-            cmake {
-                cppFlags ''
-            }
-        }
+        targetSdk 35
     }
 
     buildTypes {
