Skip to content

Commit

Permalink
Bump app version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennethcarino committed Jul 19, 2017
1 parent 5c1ff11 commit 3a2d232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.jkenneth.droidovpn"
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

buildConfigField("String", "VPN_GATE_API", "\"http:https://www.vpngate.net/api/iphone/\"")
}
Expand Down

0 comments on commit 3a2d232

Please sign in to comment.