cmd/ebitenmobile: Update gomobile version

This commit is contained in:
Hajime Hoshi 2021-04-14 22:57:39 +09:00
parent 4398a5e227
commit a7754eaae0

View File

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