Skip to content

Commit

Permalink
Released v1.4.0 & Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Apr 29, 2017
1 parent 7a86837 commit 6c73452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This application can create a VPN tunnel to modify the DNS settings on Android.<
No root access required, no ads contained and functional under data connection.<br>
Through the DNS which are provided by third parties, users can visit Google, Twitter and so on via https directly without a VPN.<br>
<br>
Local hosts is located in SDCard/Android/data/org.itxtech.daedalus/files <br>
Local hosts pan domain name resolution is supported.<br>
Example: 6.6.6.6 *.google.com<br>
<br>
__Users must comply with local laws and regulations.__<br>

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.itxtech.daedalus"
minSdkVersion 15
targetSdkVersion 25
versionCode 4
versionName "1.3.0"
versionCode 5
versionName "1.4.0"

buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
Expand Down

0 comments on commit 6c73452

Please sign in to comment.