commit 311083e8a73abba744ce9e4a29aaceecd41679c1
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Nov 23 13:48:25 2022 +0100

    Up build versions to 32

diff --git a/build.gradle b/build.gradle
index 5d70dc9..28bfc08 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,11 +1,11 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdk 30
+    compileSdk 32
 
     defaultConfig {
         minSdk 21
-        targetSdk 30
+        targetSdk 32
         versionCode 1
         versionName "1.0"
     }
