2
0
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:
Christopher Roy Bratusek 2020-11-03 10:45:40 +01:00
parent 27a593fcd4
commit 316a8c85d5

View File

@ -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"