Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 9286b33

Browse files
committed
Fix version number
1 parent 0b14009 commit 9286b33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "link.infra.sslsocks"
88
minSdkVersion 19
99
targetSdkVersion 27
10-
versionCode 2
11-
versionName "1.1"
10+
versionCode 4
11+
versionName "0.0.4-beta"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
vectorDrawables.useSupportLibrary = true
1414
}

0 commit comments

Comments
 (0)