mirror of https://github.com/NekoX-Dev/NekoX.git
This commit is contained in:
parent
3f1c93dc81
commit
e4356f3eec
|
@ -72,12 +72,13 @@ jobs:
|
|||
./gradlew ssr-libev:assembleRelease &&
|
||||
rm -rf TMessagesProj/libs/*-libev-release.aar &&
|
||||
find . -name "*-libev-release.aar" -exec mv {} TMessagesProj/libs \; &&
|
||||
./gradlew assembleAfatFoss
|
||||
./gradlew assembleAfatFoss &&
|
||||
echo ::set-env name=APK_FILE::$(find TMessagesProj/build/outputs/apk -name "*universal*.apk")
|
||||
EOF
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: NekoX-Foss
|
||||
path: "TMessagesProj/build/outputs/apk/afat/foss"
|
||||
path: ${{ env.APK_FILE }}
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: V2ray Library
|
||||
|
|
|
@ -8,3 +8,5 @@ local.properties
|
|||
.cxx
|
||||
afat
|
||||
arm64
|
||||
/TMessagesProj/jni/ffmpeg/build/
|
||||
/TMessagesProj/jni/boringssl/build/
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
implementation 'dnsjava:dnsjava:3.0.2'
|
||||
implementation 'org.dizitart:nitrite:3.4.1'
|
||||
implementation 'net.lingala.zip4j:zip4j:2.5.2'
|
||||
implementation 'cn.hutool:hutool-core:5.3.1'
|
||||
implementation 'cn.hutool:hutool-core:5.3.2'
|
||||
|
||||
implementation files('libs/libv2ray.aar')
|
||||
implementation files('libs/ss-libev-release.aar')
|
||||
|
|
Loading…
Reference in New Issue