Skip to content

Commit be30de6

Browse files
authored
Update build.yml
1 parent a1455bb commit be30de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
go get github.com/xtls/xray-core@${{ github.event.inputs.XRAY_CORE_VERSION }} || true
4848
gomobile init
4949
go mod tidy -v
50-
gomobile bind -v -androidapi 19 -ldflags='-s -w' ./
50+
gomobile bind -v -androidapi 21 -ldflags='-s -w' ./
5151
cp *.aar ${{ github.workspace }}/V2rayNG/app/libs/
5252
5353
- name: Build APK

0 commit comments

Comments
 (0)