Skip to content

Commit

Permalink
fixup update-android.sh (#2047)
Browse files Browse the repository at this point in the history
this line got here by accident from another pR
  • Loading branch information
vaind authored May 12, 2024
1 parent 4fe92c5 commit 0f067d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flutter/scripts/update-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f067d3

Please sign in to comment.