From be30de6728e0f8e95278a7f556456cdbbb089fbe Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:44:12 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2fee675..52ded340 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: go get github.com/xtls/xray-core@${{ github.event.inputs.XRAY_CORE_VERSION }} || true gomobile init go mod tidy -v - gomobile bind -v -androidapi 19 -ldflags='-s -w' ./ + gomobile bind -v -androidapi 21 -ldflags='-s -w' ./ cp *.aar ${{ github.workspace }}/V2rayNG/app/libs/ - name: Build APK