Skip to content

Commit

Permalink
Android: set default_min_sdk_version = 21
Browse files Browse the repository at this point in the history
Closes #147.
Closes #161.
  • Loading branch information
bblanchon committed Mar 24, 2024
1 parent 75dfbbc commit 1685e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/05-configure.sh
Expand Up @@ -29,6 +29,7 @@ mkdir -p "$BUILD"
case "$OS" in
android)
echo "clang_use_chrome_plugins = false"
echo "default_min_sdk_version = 21"
;;
ios)
echo "ios_enable_code_signing = false"
Expand Down

0 comments on commit 1685e05

Please sign in to comment.