cmd/ebitenmobile: Update gomobile version

Fixes #1120
This commit is contained in:
Hajime Hoshi 2020-03-29 22:00:27 +09:00
parent 9a14d2fb14
commit 4fe8d5c8c2

View File

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