From de71e45bf3957e87b4d0abc3bf5d800fb3778c6a Mon Sep 17 00:00:00 2001 From: Dakkshesh Date: Mon, 11 Aug 2025 16:20:15 +0530 Subject: [PATCH] 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 --- module/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/customize.sh b/module/customize.sh index 0c2c4ac..c8ed234 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -1,6 +1,6 @@ # shellcheck disable=SC2034 SKIPUNZIP=1 -MIN_SDK=29 +MIN_SDK=31 CONFIG_DIR=/data/adb/tricky_store # --- Installation Context Check ---