This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
23 additions
and
457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,12 @@ name: Xray-core lib | |
|
||
on: | ||
workflow_dispatch: | ||
branches: | ||
- dev | ||
inputs: | ||
CORE: | ||
description: 'versi of the Xray-core' | ||
required: true | ||
required: false | ||
default: '' | ||
|
||
jobs: | ||
|
@@ -38,17 +40,6 @@ jobs: | |
go install golang.org/x/mobile/cmd/gomobile@latest | ||
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH | ||
- name: Setup Android SDK Tools | ||
uses: android-actions/[email protected] | ||
with: | ||
cmdline-tools-version: 10406996 | ||
|
||
- name: Setup Android NDK | ||
uses: nttld/[email protected] | ||
with: | ||
ndk-version: 'r26b' | ||
link-to-sdk: true | ||
|
||
- name: Build dependencies | ||
run: | | ||
cd ${{ github.workspace }}/AndroidLibXrayLite | ||
|
@@ -67,5 +58,5 @@ jobs: | |
git config --global user.name AnGgIt86 | ||
rm -rfd ${{ github.workspace }}/AndroidLibXrayLite/*.jar | ||
git add -f . | ||
git commit -m "Core: Bump ${{ github.event.inputs.CORE }}" | ||
git commit -m "Core Update ${{ github.event.inputs.CORE }}" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ gradle/build.gradle | |
*.pb.go | ||
binary*.go | ||
conf/demo/ | ||
.idea | ||
|
||
demo/ | ||
assets/ | ||
libv2ray*.[a|j]ar |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.