Skip to content

Commit 6c73452

Browse files
committed
Released v1.4.0 & Updated README.md
1 parent 7a86837 commit 6c73452

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This application can create a VPN tunnel to modify the DNS settings on Android.<
88
No root access required, no ads contained and functional under data connection.<br>
99
Through the DNS which are provided by third parties, users can visit Google, Twitter and so on via https directly without a VPN.<br>
1010
<br>
11-
Local hosts is located in SDCard/Android/data/org.itxtech.daedalus/files <br>
11+
Local hosts pan domain name resolution is supported.<br>
12+
Example: 6.6.6.6 *.google.com<br>
1213
<br>
1314
__Users must comply with local laws and regulations.__<br>
1415

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "org.itxtech.daedalus"
1010
minSdkVersion 15
1111
targetSdkVersion 25
12-
versionCode 4
13-
versionName "1.3.0"
12+
versionCode 5
13+
versionName "1.4.0"
1414

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

0 commit comments

Comments
 (0)