commit 87ecf0a0bb4ba0da9ec8e8835e1582ad5349d3bf
Author: leszek <leszek@koltunski.pl>
Date:   Tue Mar 19 15:59:59 2024 +0100

    Enforce AGP 8.1.4 (with AGP 8.2.2 the release build mysteriously crashes out with VerifyError!)

diff --git a/build.gradle b/build.gradle
index 2160c69..86e0521 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,10 +14,6 @@ android {
             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
         }
     }
-    compileOptions {
-        sourceCompatibility JavaVersion.VERSION_1_8
-        targetCompatibility JavaVersion.VERSION_1_8
-    }
     namespace 'org.distorted.flags'
 }
 
