Fastlane structure for F-Droid

This commit is contained in:
Daniele Verducci (ZenPenguin)
2021-08-28 22:26:09 +02:00
parent cf24433d4d
commit fd4009ec02
9 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}