Skip to content

Commit 0f067d3

Browse files
authored
fixup update-android.sh (#2047)
this line got here by accident from another pR
1 parent 4fe92c5 commit 0f067d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flutter/scripts/update-android.sh

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ get-repo)
2020
set-version)
2121
newValue="${BASH_REMATCH[1]}$2"
2222
echo "${content/${BASH_REMATCH[0]}/$newValue}" >$file
23-
../scripts/generate-android-bindings.sh "$2"
2423
;;
2524
*)
2625
echo "Unknown argument $1"

0 commit comments

Comments
 (0)