cmd/ebitenmobile: Update gomobile version

This commit is contained in:
Hajime Hoshi 2020-03-29 13:44:41 +09:00
parent 569f684d9b
commit a9c74e48e1

View File

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