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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# shellcheck disable=SC2034
|
||||
SKIPUNZIP=1
|
||||
MIN_SDK=29
|
||||
MIN_SDK=31
|
||||
CONFIG_DIR=/data/adb/tricky_store
|
||||
|
||||
# --- Installation Context Check ---
|
||||
|
||||
Reference in New Issue
Block a user