Skip to content

Commit

Permalink
Bump version number to 3.5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Sep 16, 2019
1 parent 5f4de7f commit d9f5b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
applicationId "com.github.shadowsocksr_hmbsbige"
minSdkVersion min_version
targetSdkVersion target_version
versionCode 112 // multiDex的一些相关配置,这样配置可以让你的编译速度更快
versionCode 326 // multiDex的一些相关配置,这样配置可以让你的编译速度更快
dexOptions {
// 让它不要对Lib做preDexing
preDexLibraries = false
Expand All @@ -32,7 +32,7 @@ android {
// 增加java堆内存大小
javaMaxHeapSize "4g"
}
versionName "3.5.4.1"
versionName "3.5.4.2"
externalNativeBuild {
cmake {
cppFlags "-frtti -fexceptions"
Expand Down

0 comments on commit d9f5b04

Please sign in to comment.