Skip to content

Commit ae574b7

Browse files
committed
1 parent 8af2e14 commit ae574b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steps/05-configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mkdir -p "$BUILD"
2929
case "$OS" in
3030
android)
3131
echo "clang_use_chrome_plugins = false"
32-
echo "default_min_sdk_version = 21"
32+
echo "default_min_sdk_version = 23"
3333
;;
3434
ios)
3535
[ -n "$TARGET_ENVIRONMENT" ] && echo "target_environment = \"$TARGET_ENVIRONMENT\""

0 commit comments

Comments
 (0)