Bump version

This commit is contained in:
Max Lv 2020-06-01 09:51:40 +08:00
parent 8c83a2211f
commit 57ace9825d

View file

@ -29,8 +29,8 @@ android {
applicationId = "com.github.shadowsocks.plugin.v2ray" applicationId = "com.github.shadowsocks.plugin.v2ray"
minSdkVersion(minSdk) minSdkVersion(minSdk)
targetSdkVersion(29) targetSdkVersion(29)
versionCode = 1030100 versionCode = 1030200
versionName = "1.3.1" versionName = "1.3.2"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {