Add fastlane metadata for F-Droid repository

This commit is contained in:
Herbert Reiter
2020-03-15 18:29:41 +01:00
parent e40e99a968
commit 8a7326dcac
10 changed files with 31 additions and 2 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ android {
applicationId "net.moasdawiki.app"
minSdkVersion 26 // 26 = Oreo 8.0
targetSdkVersion 29 // should be same as compileSdkVersion
versionCode 15
versionName "2.2.0.0"
versionCode 16
versionName "2.2.1.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
sourceSets {