Skip to content

Commit

Permalink
Replaced operator
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Aug 5, 2021
1 parent 371a57c commit 0188131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function build() {
IMG_TYPE=google_apis
BROWSER=chrome
# Google dropped 32-bit support at Android 12
if [ "$v" == "9.0" ] || [ $level >= 31 ]; then
if [ "$v" == "9.0" ] || [ $level -ge 31 ]; then
processor=x86_64
fi
fi
Expand Down

0 comments on commit 0188131

Please sign in to comment.