From 5f08bbf01cea4e8319be9177d5906aed88f2099b Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 24 Feb 2024 03:36:43 +0900 Subject: [PATCH] .github/workflows: update Android SDK version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8435a26d9..74c51fd85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -179,7 +179,7 @@ jobs: - name: ebitenmobile bind (Android) run: | cd /tmp/go-inovation - ebitenmobile bind -target android -androidapi 19 -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile + ebitenmobile bind -target android -androidapi 23 -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile - name: ebitenmobile bind (iOS) if: runner.os == 'macOS'