diff --git a/flutter/scripts/update-android.sh b/flutter/scripts/update-android.sh index 60775a6eec..fc1f3460bd 100755 --- a/flutter/scripts/update-android.sh +++ b/flutter/scripts/update-android.sh @@ -20,7 +20,6 @@ get-repo) set-version) newValue="${BASH_REMATCH[1]}$2" echo "${content/${BASH_REMATCH[0]}/$newValue}" >$file - ../scripts/generate-android-bindings.sh "$2" ;; *) echo "Unknown argument $1"