commit 38361b95aceab949e8cca7e6d26990fe1190156a
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 32e3835..700d67b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,11 +1,11 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdk 34
+    compileSdk 35
 
     defaultConfig {
         minSdk 21
-        targetSdk 34
+        targetSdk 35
     }
 
     buildTypes {
