module: Set minimum sdk to 31

- There are some issues with Android 10/11 that causes injection failures.
- Raise the compatiblity requirement until they are fixed.

Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
This commit is contained in:
Dakkshesh
2025-08-11 16:20:15 +05:30
parent f723e53e2b
commit de71e45bf3
+1 -1
View File
@@ -1,6 +1,6 @@
# shellcheck disable=SC2034 # shellcheck disable=SC2034
SKIPUNZIP=1 SKIPUNZIP=1
MIN_SDK=29 MIN_SDK=31
CONFIG_DIR=/data/adb/tricky_store CONFIG_DIR=/data/adb/tricky_store
# --- Installation Context Check --- # --- Installation Context Check ---