mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-11-26 06:19:49 +01:00
Update dependencies
This commit is contained in:
parent
1c2405fd8c
commit
c9b3656089
@ -3,14 +3,13 @@ import cn.hutool.core.util.RuntimeUtil
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
def verName = "7.5.0-rc04"
|
||||
def verCode = 200 + 3 * 3
|
||||
def verName = "7.5.0-rc05"
|
||||
def verCode = 200 + 3 * 4
|
||||
|
||||
if (System.getenv("DEBUG_BUILD") == "true") {
|
||||
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1)")
|
||||
}
|
||||
|
||||
|
||||
def officialVer = "7.5.0"
|
||||
def officialCode = 2246
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 48cbd69dee6c744b5b9ca6506079fabcda86fe61
|
||||
Subproject commit 04b3213d43492b6c9e0434d8e2a4530a9938f958
|
@ -1,3 +0,0 @@
|
||||
# Pre-compiled binary libraries.
|
||||
|
||||
About compilation, please refer to [scripts](https://github.com/NekoX-Dev/NekoX/blob/master/bin).
|
@ -1,3 +0,0 @@
|
||||
# Pre-compiled binary libraries.
|
||||
|
||||
About compilation, please refer to [scripts](https://github.com/NekoX-Dev/NekoX/blob/master/bin).
|
@ -4,4 +4,5 @@ source "bin/init/env.sh"
|
||||
|
||||
git submodule update --init ss-rust/src/main/rust/shadowsocks-rust
|
||||
./gradlew ss-rust:assembleRelease || exit 1
|
||||
mkdir -p TMessagesProj/libs
|
||||
cp ss-rust/build/outputs/aar/* TMessagesProj/libs
|
||||
|
@ -4,4 +4,5 @@ source "bin/init/env.sh"
|
||||
|
||||
git submodule update --init 'ssr-libev/src/main/jni/*'
|
||||
./gradlew ssr-libev:assembleRelease || exit 1
|
||||
mkdir -p TMessagesProj/libs
|
||||
cp ssr-libev/build/outputs/aar/* TMessagesProj/libs
|
||||
|
@ -8,4 +8,5 @@ cd "$PROJECT/v2ray"
|
||||
gomobile init
|
||||
gomobile bind -v -ldflags='-s -w' . || exit 1
|
||||
|
||||
mkdir -p "$PROJECT/TMessagesProj/libs"
|
||||
/bin/cp -f libv2ray.aar "$PROJECT/TMessagesProj/libs"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1ac8e2fd5059eb92d6d6bc8d3d66ad423cb7cb05
|
||||
Subproject commit ec927e6f1f01cf77211eb802d0361338906060bb
|
Loading…
Reference in New Issue
Block a user