Released v1.4.0 & Updated README.md

This commit is contained in:
PeratX 2017-04-29 10:38:28 +08:00
parent 7a868370fe
commit 6c73452bf3
2 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -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}\""