[up] Update to `2.1.1-2`

This commit is contained in:
quindecim 2022-03-25 10:58:38 +01:00 committed by GitHub
parent d58a01971b
commit 19590ed38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View File

@ -2,6 +2,8 @@
## unreleased
## 2.1.1-2
### Fixed
- Random connection issues under mobile data. (see [DNSCrypt/dnscrypt-proxy/discussions/2020](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/2020))

View File

@ -1,7 +1,7 @@
ui_print " "
ui_print "******************************"
ui_print "* dnscrypt-proxy-android *"
ui_print "* 2.1.1-1 *"
ui_print "* 2.1.1-2 *"
ui_print "******************************"
ui_print "* quindecim *"
ui_print "******************************"

View File

@ -1,7 +1,7 @@
id=dnscrypt-proxy-android
name=DNSCrypt-Proxy 2
version=2.1.1-1
versionCode=21101
version=2.1.1-2
versionCode=21102
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.1
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json

View File

@ -1,6 +1,6 @@
{
"version": "2.1.1-1",
"versionCode": 21101,
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1/dnscrypt-proxy-android-v2.1.1-1.zip",
"version": "2.1.1-2",
"versionCode": 21102,
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1/dnscrypt-proxy-android-v2.1.1-2.zip",
"changelog": "https://github.com/quindecim/dnscrypt-proxy-android/blob/master/CHANGELOG.md"
}