Skip to content

Commit

Permalink
version 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed May 19, 2022
1 parent 546b3ea commit cec9d72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ cd ssrDroid
# 在 Windows 下,要設置 JAVA_HOME 環境變量。
set JAVA_HOME="C:\Program Files\Android\Android Studio\jre"

# 在 macOS 下,设置 JAVA_HOME 环境变量的命令为
export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/Contents/Home"

# 在 Linux 里可以直接使用 系统预安装的 Java 环境,不用再设置自己的 JAVA_HOME 环境变量。

# 下面的 "R" 开关表示 release 编译,去掉 "R" 就编译成 debug 版本。
# 建议编辑 mobile/build.gradle ,修改 applicationId 以规避检测
./gradlew aR
adb install mobile/build/outputs/apk/release/ssrdroid-release.apk
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ext {
sdkVersion = 31
compileSdkVersion = 31
buildToolsVersion = '31.0.0'
versionCode = 515
versionName = '5.1.5'
versionCode = 516
versionName = '5.1.6'
resConfigs = ['zh-rCN']
}

Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "515",
"version": "516",
"title": "检测到新版本",
"text": "请尽快更新",
"uri": "https://github.com/ShadowsocksR-Live/ssrdroid/releases/latest"
Expand Down

0 comments on commit cec9d72

Please sign in to comment.