Preparation for release 0.5.7 (#62)

* Updated DNS.
* Removed tree info from main screen.
* Added a link to public peers site.
* Updated version and changelogs.
This commit is contained in:
Revertron 2024-08-09 00:24:22 +02:00 committed by GitHub
parent 6a66960666
commit 060c096cdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 90 additions and 52 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "eu.neilalexander.yggdrasil"
minSdkVersion 21
targetSdkVersion 33
versionCode 17
versionName "0.1-017"
versionCode 18
versionName "0.1-018"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}