One fix and updates for F-Droid. (#50)

Fixed password getter (crashes for old configs).
Changed publishing material for F-Droid.
Incremented version.
This commit is contained in:
Revertron 2023-10-29 14:42:37 +01:00 committed by GitHub
parent f4e1a75cfc
commit 8dfa2f638a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 6 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "eu.neilalexander.yggdrasil"
minSdkVersion 21
targetSdkVersion 33
versionCode 14
versionName "0.1-014"
versionCode 15
versionName "0.1-015"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}