mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
Patcher: lift SDK 30 restriction
This commit is contained in:
parent
27a593fcd4
commit
316a8c85d5
@ -381,8 +381,8 @@ detect_arch () {
|
||||
detect_sdk () {
|
||||
SDK_VERSION=$(grep_prop ro.build.version.sdk)
|
||||
|
||||
[ "${SDK_VERSION}" -gt 29 ] && \
|
||||
error "Android versions beyond Android 10 are not yet supported"
|
||||
[ "${SDK_VERSION}" -gt 30 ] && \
|
||||
error "Android versions beyond Android 11 are not yet supported"
|
||||
|
||||
[ "${SDK_VERSION}" -lt 16 ] && \
|
||||
error "Android versions before Jelly Bean are not supported"
|
||||
|
Loading…
Reference in New Issue
Block a user