From 0f067d38500c0ab6b9e85d0b19690ba915d4fea1 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Sun, 12 May 2024 12:25:21 +0200 Subject: [PATCH] fixup update-android.sh (#2047) this line got here by accident from another pR --- flutter/scripts/update-android.sh | 1 - 1 file changed, 1 deletion(-) 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"