mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-22 15:58:25 +00:00
Merge branch 'master' of github.com:M66B/NetGuard
This commit is contained in:
commit
8bb7fe2251
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ android {
|
|||
proguardFiles.add(file('proguard-rules.pro'))
|
||||
signingConfig signingConfigs.release
|
||||
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"
|
||||
buildConfigField "String", "HOSTS_FILE_URI", "\"http://www.netguard.me/hosts\""
|
||||
buildConfigField "String", "HOSTS_FILE_URI", "\"https://www.netguard.me/hosts\""
|
||||
buildConfigField "String", "GITHUB_LATEST_API", "\"https://api.github.com/repos/M66B/NetGuard/releases/latest\""
|
||||
}
|
||||
play {
|
||||
|
@ -72,7 +72,7 @@ android {
|
|||
useProguard = true
|
||||
proguardFiles.add(file('proguard-rules.pro'))
|
||||
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"
|
||||
buildConfigField "String", "HOSTS_FILE_URI", "\"http://www.netguard.me/hosts\""
|
||||
buildConfigField "String", "HOSTS_FILE_URI", "\"https://www.netguard.me/hosts\""
|
||||
buildConfigField "String", "GITHUB_LATEST_API", "\"https://api.github.com/repos/M66B/NetGuard/releases/latest\""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue