[CONFIG] GitHub migration

This commit is contained in:
quindecim 2022-02-05 20:02:28 +01:00 committed by GitHub
parent c10e7e1dfe
commit 697af93d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -4,4 +4,4 @@ version=2.1.1
versionCode=21100
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://codeberg.org/quindecim/dnscrypt-proxy-android/raw/branch/master/update.json
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json

View File

@ -1,6 +1,6 @@
{
"version": "2.1.1",
"versionCode": 21100,
"zipUrl": "https://codeberg.org/attachments/34c572f0-1d81-4cd2-ad31-5fd588209fec",
"changelog": "https://codeberg.org/quindecim/dnscrypt-proxy-android/src/branch/master/CHANGELOG.md#2-1-1"
"version": "2.2.1",
"versionCode": 22100,
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1/dnscrypt-proxy-android-v2.1.1.zip",
"changelog": "https://github.com/quindecim/dnscrypt-proxy-android/blob/master/CHANGELOG.md"
}