commit 4f6fce41c9a545300d45680d407538f0b7c12535
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Nov 23 13:38:05 2022 +0100

    Up build versions to 32

diff --git a/build.gradle b/build.gradle
index 2f67d63..1d7888b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,12 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 31
+    compileSdkVersion 32
 
     defaultConfig {
         applicationId "org.distorted.examples"
         minSdkVersion 21
-        targetSdkVersion 31
+        targetSdkVersion 32
         versionCode 1
         versionName "1.0"
     }
