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

This commit is contained in:
Revertron 2022-11-21 14:14:50 +01:00
parent b472c7283f
commit 84979ce4cf
17 changed files with 33 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"
}