Bump version

v4.37.1
This commit is contained in:
Teddysun 2021-04-06 21:31:22 +09:00
parent 5c3d386af0
commit f2c5cd9b5e
No known key found for this signature in database
GPG key ID: 09BD4C080AD6C46D

View file

@ -27,8 +27,8 @@ android {
applicationId = "com.github.shadowsocks.plugin.v2ray" applicationId = "com.github.shadowsocks.plugin.v2ray"
minSdkVersion(23) minSdkVersion(23)
targetSdkVersion(30) targetSdkVersion(30)
versionCode = 4037000 versionCode = 4037010
versionName = "4.37.0" versionName = "4.37.1"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {