Fix typo
parent
ea7ff335b7
commit
1921dc4e1b
|
@ -33,7 +33,7 @@ if [[ "$BUILD_TARGET" == "Android" ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$ANDROID_SDK_MANAGER_PARAMETERS" ]]: then
|
if [[ -n "$ANDROID_SDK_MANAGER_PARAMETERS" ]]; then
|
||||||
echo "Updating Android SDK with parameters: $ANDROID_SDK_MANAGER_PARAMETERS"
|
echo "Updating Android SDK with parameters: $ANDROID_SDK_MANAGER_PARAMETERS"
|
||||||
$SDKMANAGER "$ANDROID_SDK_MANAGER_PARAMETERS"
|
$SDKMANAGER "$ANDROID_SDK_MANAGER_PARAMETERS"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue