Skip to content

Commit 3fd7892

Browse files
committed
Update to 2.1.5
1 parent d2818c1 commit 3fd7892

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ui_print " "
22
ui_print "******************************"
33
ui_print "* dnscrypt-proxy-android *"
4-
ui_print "* 2.1.4 *"
4+
ui_print "* 2.1.5 *"
55
ui_print "******************************"
66
ui_print "* quindecim *"
77
ui_print "******************************"

module.prop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=dnscrypt-proxy-android
22
name=DNSCrypt-Proxy 2
3-
version=2.1.4
4-
versionCode=210400
3+
version=2.1.5
4+
versionCode=210500
55
author=quindecim
6-
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
6+
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
77
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json

update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.1.4",
3-
"versionCode": 210400,
4-
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.4/dnscrypt-proxy-android-v2.1.4.zip",
5-
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.4/CHANGELOG.md"
2+
"version": "2.1.5",
3+
"versionCode": 210500,
4+
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.5/dnscrypt-proxy-android-v2.1.5.zip",
5+
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.5/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)