cmd/ebitenmobile: update gomobile version

Closes #1922
This commit is contained in:
Hajime Hoshi 2022-01-05 01:45:29 +09:00
parent 8418c4a655
commit f2e19f9fe5

View File

@ -23,7 +23,7 @@ import (
"runtime"
)
const gomobileHash = "5d9a33257ab559d10fa8c96087aed99bf8b6d868"
const gomobileHash = "4e6c2922fdeed32d3596616518aaee7b0d79ce55"
func runCommand(command string, args []string, env []string) error {
if buildX || buildN {