Bump version

v4.40.0
This commit is contained in:
Teddysun 2021-06-09 14:05:36 +09:00
parent be4b43493b
commit a43daafe8b
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"
minSdkVersion(23)
targetSdkVersion(30)
versionCode = 4039020
versionName = "4.39.2"
versionCode = 4040000
versionName = "4.40.0"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
@ -69,7 +69,7 @@ tasks.whenTaskAdded {
dependencies {
implementation(kotlin("stdlib-jdk8", rootProject.extra.get("kotlinVersion").toString()))
implementation("androidx.preference:preference:1.1.1")
implementation("com.github.shadowsocks:plugin:2.0.0")
implementation("com.github.shadowsocks:plugin:2.0.1")
implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test:runner:1.3.0")