Added fastlane meta for inclusion in F-Droid, incremented version, fixed 1 string. (#35)

* Added fastlane meta for inclusion in F-Droid, incremented version, fixed 1 string.
* Added yggdrasil-go submodule for F-Droid pipeline.
* Changed logo images to black.
This commit is contained in:
Revertron 2022-11-23 14:23:54 +01:00 committed by GitHub
parent b472c7283f
commit 7af870f34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 37 additions and 173 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId "eu.neilalexander.yggdrasil"
minSdkVersion 21
targetSdkVersion 29
versionCode 10
versionName "0.1-010"
versionCode 11
versionName "0.1-011"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}