We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efce3f3 commit f252607Copy full SHA for f252607
install.sh
@@ -37,7 +37,7 @@ geco "[INFO] -SDK: $SDK"
37
geco "[INFO] -Platform: $SYSTEM_ARCH"
38
39
# Ensure Android version
40
-if test "$SDK" < "$HOUDINI_API"; then
+if test "$SDK" -lt "$HOUDINI_API"; then
41
geco "\n[!!!] This package only supports Android11." && exit 101
42
fi
43
0 commit comments