Update dependencies

This commit is contained in:
世界 2021-03-09 18:47:22 +08:00
parent 1c2405fd8c
commit c9b3656089
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
8 changed files with 7 additions and 11 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
# Pre-compiled binary libraries.
About compilation, please refer to [scripts](https://github.com/NekoX-Dev/NekoX/blob/master/bin).

View File

@ -1,3 +0,0 @@
# Pre-compiled binary libraries.
About compilation, please refer to [scripts](https://github.com/NekoX-Dev/NekoX/blob/master/bin).

View File

@ -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

View File

@ -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

View File

@ -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