From 94d0f1137c4e0c523b6c6ac5344208ab1e7f2e97 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 14 Jan 2020 00:49:05 +0900 Subject: [PATCH] cmd/ebitenmobile: Use Go modules in gomobile Fixes #1055 --- 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 27f4554ef..1af62233a 100644 --- a/cmd/ebitenmobile/gomobile.go +++ b/cmd/ebitenmobile/gomobile.go @@ -23,7 +23,7 @@ import ( "runtime" ) -const gomobileHash = "597adff16ade9d88626f8caea514bb189b8c74ee" +const gomobileHash = "82c397c4c5279f331dce14d734fda7060e4a3691" func runCommand(command string, args []string, env []string) error { if buildX || buildN {