Skip to content

Commit

Permalink
version 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed May 14, 2022
1 parent 3fbb7a8 commit 470a8df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set JAVA_HOME="C:\Program Files\Android\Android Studio\jre"

# 建议编辑 mobile/build.gradle ,修改 applicationId 以规避检测
./gradlew aR
adb install mobile/build/outputs/apk/release/ssrdroid_release_5.1.3.apk
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 = 513
versionName = '5.1.3'
versionCode = 514
versionName = '5.1.4'
resConfigs = ['zh-rCN']
}

Expand Down
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
}
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "${appBinaryName}_${variant.buildType.name}_${defaultConfig.versionName}.apk"
outputFileName = "${appBinaryName}-${variant.buildType.name}.apk"
}
}
}
Expand All @@ -45,7 +45,7 @@ android {
resValue 'string', 'applicationId', defaultConfig.applicationId + applicationIdSuffix
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "${appBinaryName}_${variant.buildType.name}_${defaultConfig.versionName}.apk"
outputFileName = "${appBinaryName}-${variant.buildType.name}.apk"
}
}
}
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": "513",
"version": "514",
"title": "检测到新版本",
"text": "请尽快更新",
"uri": "https://github.com/ShadowsocksR-Live/ssrdroid/releases/latest"
Expand Down

0 comments on commit 470a8df

Please sign in to comment.