commit 0ec930411cfd08f527af23642e421ca28282ed6d
Author: leszek <leszek@koltunski.pl>
Date:   Sat Mar 1 00:25:44 2025 +0100

    Reconfigure for Java 11
    Beginnings of real support for moving objects around in ListObjects

diff --git a/build.gradle b/build.gradle
index c66a47d..6499da0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,4 +25,8 @@ android {
         }
     }
     namespace 'org.distorted.library'
+    compileOptions {
+        sourceCompatibility JavaVersion.VERSION_11
+        targetCompatibility JavaVersion.VERSION_11
+    }
 }
