Skip to content

Commit

Permalink
change version code
Browse files Browse the repository at this point in the history
  • Loading branch information
yogkin committed Feb 3, 2023
1 parent 72cd230 commit 67c540d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "tun.proxy"
minSdkVersion 21
targetSdkVersion 31
versionCode 100270
versionCode 100000
versionName VERSION_NAME
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android.useAndroidX=true
android.enableJetifier=true

APP_NAME=TunProxy
VERSION_NAME=1.2.7
VERSION_NAME=1.0.0

productKeyStore=../changeit.jks
productKeyAlias=key0
Expand Down

0 comments on commit 67c540d

Please sign in to comment.