diff --git a/README.md b/README.md index f96f2d6..04f2826 100644 --- a/README.md +++ b/README.md @@ -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.
Through the DNS which are provided by third parties, users can visit Google, Twitter and so on via https directly without a VPN.

-Local hosts is located in SDCard/Android/data/org.itxtech.daedalus/files
+Local hosts pan domain name resolution is supported.
+Example: 6.6.6.6 *.google.com

__Users must comply with local laws and regulations.__
diff --git a/app/build.gradle b/app/build.gradle index 38a8c01..c8774b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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}\""