We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1455bb commit be30de6Copy full SHA for be30de6
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
go get github.com/xtls/xray-core@${{ github.event.inputs.XRAY_CORE_VERSION }} || true
48
gomobile init
49
go mod tidy -v
50
- gomobile bind -v -androidapi 19 -ldflags='-s -w' ./
+ gomobile bind -v -androidapi 21 -ldflags='-s -w' ./
51
cp *.aar ${{ github.workspace }}/V2rayNG/app/libs/
52
53
- name: Build APK
0 commit comments