commit b595b4fdfdf68b6c6379abc422db643ad3b6b4cb
Author: leszek <leszek@koltunski.pl>
Date:   Wed Sep 25 11:26:02 2024 +0200

    We no longer support Android 5.0 and 5.1 - min SDK upped to 23 (for reasons due to Google Play - they require this in order for the 'automated integrity protection')

diff --git a/build.gradle b/build.gradle
index 8f7260ff..0bcf48cc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ android {
 
     defaultConfig {
         applicationId "org.distorted.magic"
-        minSdkVersion 21
+        minSdkVersion 23
         targetSdkVersion 34
         versionCode 94
         versionName "2.1.1"
