Update to 2.1.5
This commit is contained in:
parent
d2818c1ab3
commit
3fd78929ee
|
@ -1,7 +1,7 @@
|
|||
ui_print " "
|
||||
ui_print "******************************"
|
||||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.1.4 *"
|
||||
ui_print "* 2.1.5 *"
|
||||
ui_print "******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "******************************"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
id=dnscrypt-proxy-android
|
||||
name=DNSCrypt-Proxy 2
|
||||
version=2.1.4
|
||||
versionCode=210400
|
||||
version=2.1.5
|
||||
versionCode=210500
|
||||
author=quindecim
|
||||
description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt and ODoH (Oblivious DoH). Using dnscrypt-proxy 2.1.4
|
||||
description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt and ODoH (Oblivious DoH). Using dnscrypt-proxy 2.1.5
|
||||
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "2.1.4",
|
||||
"versionCode": 210400,
|
||||
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.4/dnscrypt-proxy-android-v2.1.4.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.4/CHANGELOG.md"
|
||||
"version": "2.1.5",
|
||||
"versionCode": 210500,
|
||||
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.5/dnscrypt-proxy-android-v2.1.5.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.5/CHANGELOG.md"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue