Skip to content

Commit 4788843

Browse files
committed
Bump version
1 parent 57ace98 commit 4788843

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId = "com.github.shadowsocks.plugin.v2ray"
3030
minSdkVersion(minSdk)
3131
targetSdkVersion(29)
32-
versionCode = 1030200
33-
versionName = "1.3.2"
32+
versionCode = 1030300
33+
versionName = "1.3.3"
3434
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
3535
}
3636
buildTypes {

0 commit comments

Comments
 (0)