commit 6ee45e4a00a9bb990a0a31d75731e6591452923d
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 be957ca..653bf0d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,12 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdk 34
+    compileSdk 35
 
     defaultConfig {
         applicationId "org.distorted.examples"
         minSdkVersion 21
-        targetSdkVersion 34
+        targetSdk 35
         versionCode 1
         versionName "1.0"
     }
