From ea9c9cd7e2c11fce901c2712e2faa88745c82931 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 9 Feb 2021 02:16:02 +0900 Subject: [PATCH] cmd/ebitenmobile: Update gomobile version This change fixes these issues: * Fail to run on Go 1.16 and after * Fail to run on Android NDK r22 and after Closes #1484 --- 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 701dfb164..ff8bc4b5d 100644 --- a/cmd/ebitenmobile/gomobile.go +++ b/cmd/ebitenmobile/gomobile.go @@ -23,7 +23,7 @@ import ( "runtime" ) -const gomobileHash = "bcce01171201ce626fb4c107de21a56f310e33bf" +const gomobileHash = "f462b3930c8f01e0d9daa52b47ac887019ffa5b0" func runCommand(command string, args []string, env []string) error { if buildX || buildN {