From a7754eaae0a6e016524e3dd106f1d9b3f593cd17 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 14 Apr 2021 22:57:39 +0900 Subject: [PATCH] cmd/ebitenmobile: Update gomobile version --- cmd/ebitenmobile/gomobile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ebitenmobile/gomobile.go b/cmd/ebitenmobile/gomobile.go index 9404acfbd..7c90dcdc1 100644 --- a/cmd/ebitenmobile/gomobile.go +++ b/cmd/ebitenmobile/gomobile.go @@ -23,7 +23,7 @@ import ( "runtime" ) -const gomobileHash = "f462b3930c8f01e0d9daa52b47ac887019ffa5b0" +const gomobileHash = "bdb1ca9a1e083af5929a8214e8a056d638ebbf2d" func runCommand(command string, args []string, env []string) error { if buildX || buildN {